Converts a BIP39 mnemonic to seed bytes. Recommended to use this to prepare the seed before creating a new instance of the Crypto class.
Performs full BIP39 validation using the decodeBip39Mnemonic function before deriving the seed:
decodeBip39Mnemonic
BIP39 mnemonic phrase (12+ words)
Optional
BIP39 passphrase for the mnemonic, supported by the deriveSeedFromBip39Mnemonic function..
deriveSeedFromBip39Mnemonic
Seed bytes
If mnemonic is not provided
If mnemonic is invalid or seed derivation fails
Converts a BIP39 mnemonic to seed bytes. Recommended to use this to prepare the seed before creating a new instance of the Crypto class.
Performs full BIP39 validation using the
decodeBip39Mnemonicfunction before deriving the seed: