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.

Inheritance

Constructors

XRPLMemo.new({String? memoData, String? memoFormat, String? memoType})
XRPLMemo.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
memoData String?
memoData The data of the memo, as a hexadecimal string.
final
memoFormat String?
memoFormat The format of the memo, as a hexadecimal string. Conventionally, this should be the MIME type
final
memoType String?
memoType The type of the memo, as a hexadecimal string. Conventionally, this should be an RFC 5988 relation
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validate String?
no setteroverride

Methods

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

Operators

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