Bip39MnemonicGenerator class
BIP39 Mnemonic Generator for generating mnemonic phrases.
Constructors
- Bip39MnemonicGenerator([Bip39Languages language = Bip39Languages.english])
- Create a new instance of the BIP39 Mnemonic Generator.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
fromEntropy(
List< int> entropyBytes) → Mnemonic - Generate a BIP39 mnemonic phrase from the provided entropy bytes.
-
fromWordsNumber(
Bip39WordsNum wordsNum) → Mnemonic - Generate a BIP39 mnemonic phrase from the specified number of words.
-
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