maxGasAmount property
- @TagNumber.new(3)
Max gas amount that the user is willing to pay (uint64)
Implementation
@$pb.TagNumber(3)
$fixnum.Int64 get maxGasAmount => $_getI64(2);
- @TagNumber.new(3)
Implementation
@$pb.TagNumber(3)
set maxGasAmount($fixnum.Int64 v) {
$_setInt64(2, v);
}