maxGas property

  1. @TagNumber(6)
SetOrKeepUint64 get maxGas

Change the maximum gas to use when processing the message

Implementation

@$pb.TagNumber(6)
SetOrKeepUint64 get maxGas => $_getN(5);
  1. @TagNumber(6)
set maxGas (SetOrKeepUint64 v)

Implementation

@$pb.TagNumber(6)
set maxGas(SetOrKeepUint64 v) {
  setField(6, v);
}