MemoHash class

Represents MEMO_HASH.

Inheritance

Constructors

MemoHash(Uint8List bytes)
MemoHash.string(String hexString)

Properties

bytes Uint8List?
Returns 32 bytes long array contained in this memo.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
hexValue String?
Returns hex representation of bytes contained in this memo.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trimmedHexValue String?
Returns hex representation of bytes contained in this memo until null byte (0x00) is found.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toXdr() XdrMemo
override

Operators

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