XRPLMemo class
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 theMIME 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