XRPLMemo constructor

XRPLMemo({
  1. String? memoData,
  2. String? memoFormat,
  3. String? memoType,
})

memoData The data of the memo, as a hexadecimal string. memoFormat The format of the memo, as a hexadecimal string. Conventionally, this should be the MIME type [memoType] The type of the memo, as a hexadecimal string. Conventionally, this should be an RFC 5988 relation

Implementation

XRPLMemo({this.memoData, this.memoFormat, this.memoType});