Encode the provided entropy in a BIP39 mnemonic phrase using a custom word list. Reverses decodeBip39MnemonicNonStandard.
See encodeBip39Mnemonic to encode using the English word list.
If the provided entropy and wordList each has a valid length, this method will never error.
entropy
wordList
the entropy (length must be 16, 20, 24, 28, or 32 bytes)
the word list to use
Generated using TypeDoc
Encode the provided entropy in a BIP39 mnemonic phrase using a custom word list. Reverses decodeBip39MnemonicNonStandard.
See encodeBip39Mnemonic to encode using the English word list.
If the provided
entropy
andwordList
each has a valid length, this method will never error.