MemoHashAbstract class
- Inheritance
- Implementers
Constructors
-
MemoHashAbstract(Uint8List bytes
) -
MemoHashAbstract.string(String hexString
)
Properties
- bytes → Uint8List
-
Returns 32 bytes long array contained in this memo.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- hexValue → String
-
Returns hex representation of bytes contained in this memo.
read-only
- 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
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. [...]
override