gasBudget property
- @TagNumber.new(12)
The gas budget, the transaction will fail if the gas cost exceed the budget.
Implementation
@$pb.TagNumber(12)
$fixnum.Int64 get gasBudget => $_getI64(10);
- @TagNumber.new(12)
Implementation
@$pb.TagNumber(12)
set gasBudget($fixnum.Int64 v) {
$_setInt64(10, v);
}