transactionFee property
- @TagNumber.new(3)
The maximum transaction fee the client is willing to pay
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get transactionFee => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set transactionFee($fixnum.Int64 v) {
$_setInt64(2, v);
}