fee property
- @TagNumber.new(8)
The total and final fee of the transaction in satoshis.
Implementation
@$pb.TagNumber(8)
$fixnum.Int64 get fee => $_getI64(6);
- @TagNumber.new(8)
Implementation
@$pb.TagNumber(8)
set fee($fixnum.Int64 v) {
$_setInt64(6, v);
}