body property

  1. @TagNumber.new(2)
TransactionBody get body

The transaction body

Implementation

@$pb.TagNumber(2)
TransactionBody get body => $_getN(1);
  1. @TagNumber.new(2)
set body (TransactionBody value)

Implementation

@$pb.TagNumber(2)
set body(TransactionBody value) => $_setField(2, value);