LockHashAlgorithm class
- Implemented types
Constructors
- LockHashAlgorithm([int? _value])
Properties
Methods
-
deserialize(
Uint8List payload) → LockHashAlgorithm -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(
) → Uint8List -
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- HASH_160 → LockHashAlgorithm
-
final
- HASH_256 → LockHashAlgorithm
-
final
- SHA3_256 → LockHashAlgorithm
-
final