MemoHashAbstract class abstract

Inheritance
Implementers

Constructors

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

Properties

bytes Uint8List?
Returns 32 bytes long array contained in this memo.
no setter
hashCode int
The hash code for this object.
no setterinherited
hexValue String?
Returns hex representation of bytes contained in this memo.
no setter
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 setter

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.
override