Enumeration Bip39Error

Enumeration Members

invalidChecksum: "BIP39 Error: invalid checksum for the given mnemonic phrase."
invalidEntropyLength: "BIP39 Error: invalid entropy length. Entropy length must be 16, 20, 24, 28, or 32 bytes."
invalidMnemonicLength: "BIP39 Error: invalid mnemonic length. Word count must be 12, 15, 18, 21, or 24."
invalidWordListLength: "BIP39 Error: invalid word list length. BIP39 word lists must contain exactly 2048 words."
unknownWord: "BIP39 Error: unknown word(s). The mnemonic phrase contains one or more words that do not exist in the word list."

Generated using TypeDoc