gasObject property
Information about the gas object. Also present in the changed_objects vector.
System transactions that don't require gas will leave this as None.
Implementation
@$pb.TagNumber(8)
ChangedObject get gasObject => $_getN(7);
Implementation
@$pb.TagNumber(8)
set gasObject(ChangedObject value) => $_setField(8, value);