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.
read-only, inherited
hashCode int
The hash code for this object. [...]
read-only, inherited
hexValue String
Returns hex representation of bytes contained in this memo.
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
trimmedHexValue String
Returns hex representation of bytes contained in this memo until null byte (0x00) is found.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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