gas property

  1. @TagNumber(3)
ObjectRef get gas

Gas object to be used in this transaction.

Implementation

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

Implementation

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