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

hashCode int
The hash code for this object.
no setterinherited
mnemonic Mnemonic
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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