gasBudget property

  1. @TagNumber.new(12)
Int64 get gasBudget

The gas budget, the transaction will fail if the gas cost exceed the budget.

Implementation

@$pb.TagNumber(12)
$fixnum.Int64 get gasBudget => $_getI64(10);
  1. @TagNumber.new(12)
set gasBudget (Int64 v)

Implementation

@$pb.TagNumber(12)
set gasBudget($fixnum.Int64 v) {
  $_setInt64(10, v);
}