gas property

  1. @TagNumber(4)
ObjectRef get gas

Gas object to be used in this transaction.

Implementation

@$pb.TagNumber(4)
ObjectRef get gas => $_getN(3);
  1. @TagNumber(4)
set gas (ObjectRef v)

Implementation

@$pb.TagNumber(4)
set gas(ObjectRef v) {
  setField(4, v);
}