AlgorandMnemonicEncoder class
Algorand mnemonic encoder class.
This class is responsible for encoding binary data into a human-readable mnemonic phrase following the Algorand mnemonic standard. It extends the MnemonicEncoderBase class.
- Inheritance
-
- Object
- MnemonicEncoderBase
- AlgorandMnemonicEncoder
Constructors
- AlgorandMnemonicEncoder([AlgorandLanguages language = AlgorandLanguages.english])
- Creates an instance of the AlgorandMnemonicEncoder.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wordsList → MnemonicWordsList
-
The list of words used for encoding.
finalinherited
Methods
-
encode(
List< int> entropyBytes) → Mnemonic -
Encode bytes to a mnemonic phrase following the Algorand standard.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited