Bip39SeedGenerator class
Generates a seed from a Bip39 mnemonic.
This class allows you to generate a seed from a Bip39 mnemonic, taking an optional passphrase into account. It validates the mnemonic before generating the seed.
Constructors
- Bip39SeedGenerator(Mnemonic mnemonic)
-
Initializes a new instance of the Bip39SeedGenerator.
factory
Properties
Methods
-
generate(
[String passphrase = ""]) → List< int> - Generates a seed from the Bip39 mnemonic.
-
generateFromEntropy(
[String passphrase = ""]) → List< int> - Generates a seed from the Bip39 mnemonic entropy.
-
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