gas property
- @TagNumber.new(6)
/ Maximum amount of gas allowed to pay for the transaction.
Implementation
@$pb.TagNumber(6)
$fixnum.Int64 get gas => $_getI64(5);
- @TagNumber.new(6)
Implementation
@$pb.TagNumber(6)
set gas($fixnum.Int64 v) {
$_setInt64(5, v);
}