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 value)

Implementation

@$pb.TagNumber(12)
set gasBudget($fixnum.Int64 value) => $_setInt64(10, value);