transactionFee property

  1. @TagNumber.new(3)
Int64 get transactionFee

The maximum transaction fee the client is willing to pay

Implementation

@$pb.TagNumber(3)
$fixnum.Int64 get transactionFee => $_getI64(2);
  1. @TagNumber.new(3)
set transactionFee (Int64 v)

Implementation

@$pb.TagNumber(3)
set transactionFee($fixnum.Int64 v) {
  $_setInt64(2, v);
}