maxGas property
Change the maximum gas to use when processing the message
Implementation
@$pb.TagNumber(6)
SetOrKeepUint64 get maxGas => $_getN(5);
Implementation
@$pb.TagNumber(6)
set maxGas(SetOrKeepUint64 v) {
setField(6, v);
}
Change the maximum gas to use when processing the message
@$pb.TagNumber(6)
SetOrKeepUint64 get maxGas => $_getN(5);
@$pb.TagNumber(6)
set maxGas(SetOrKeepUint64 v) {
setField(6, v);
}