transaction property

  1. @TagNumber(1)
RawMessage get transaction

Decoded transaction info.

Implementation

@$pb.TagNumber(1)
RawMessage get transaction => $_getN(0);
  1. @TagNumber(1)
set transaction (RawMessage v)

Implementation

@$pb.TagNumber(1)
set transaction(RawMessage v) {
  setField(1, v);
}