XRPLMemo class

An arbitrary piece of data attached to a transaction. A transaction can have multiple Memo objects as an array in the Memos field. Must contain one or more of memo_data, memo_format, and memo_type.

Constructors

XRPLMemo({String? memoData, String? memoFormat, 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
XRPLMemo.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
memoData String?
final
memoFormat String?
final
memoType String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited