transaction property

  1. @BuiltValueField(wireName: r'transaction')
String? transaction

Base64 encoding of msgpack encoding of a Transaction object Note: SDK and goal usually generate SignedTxn objects in that case, the field txn / Transaction of the generated SignedTxn object needs to be used

Implementation

@BuiltValueField(wireName: r'transaction')
String? get transaction;