MemoReturnHash class

Represents MEMO_RETURN.

Inheritance

Constructors

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

Properties

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

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