memo property

String? memo
getter/setter pair

(optional) Value of memo to attach to transaction, for hash this should be base64-encoded. The anchor should use this memo to match the Stellar transaction with the database entry associated created to represent it.

Implementation

String? memo;