gas property

  1. @TagNumber(2)
ObjectRef get gas

Gas object to be used in this transaction.

Implementation

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

Implementation

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