Derive an HdPrivateNode from the provided BIP39 mnemonic phrase
following the BIP32 and BIP39 specifications.
Note that by design, BIP39 seed derivation is one-way: seeds derived from
a mnemonic phrase cannot be used to recover the source phrase. Additionally,
BIP39 seed derivation does not perform any validation on the provided
mnemonic phrase, allowing derivation from any string.
For use cases in which a particular mnemonic phrase is expected to be
correctly formed (with a valid checksum), first verify that it can be decoded
with decodeBip39Mnemonic.
Derive an HdPrivateNode from the provided BIP39 mnemonic phrase following the BIP32 and BIP39 specifications.
Note that by design, BIP39 seed derivation is one-way: seeds derived from a mnemonic phrase cannot be used to recover the source phrase. Additionally, BIP39 seed derivation does not perform any validation on the provided mnemonic phrase, allowing derivation from any string.
For use cases in which a particular mnemonic phrase is expected to be correctly formed (with a valid checksum), first verify that it can be decoded with decodeBip39Mnemonic.