Entropy source to the mnemonic phrase.
Mnemonic phrase
Mnemonic phrase composed by words from the provided wordlist
Entropy hash
Static
binaryStatic
entropyEntropy source to the mnemonic phrase.
64-byte array contains privateKey and chainCode as described on BIP39
Static
generateCreate a new mnemonic using a randomly generated number as entropy.
As defined in BIP39, the entropy must be a multiple of 32 bits, and its size must be between 128 and 256 bits.
Therefore, the possible values for strength
are 128, 160, 192, 224, and 256.
If not provided, the default entropy length will be set to 256 bits.
The return is a list of words that encodes the generated entropy.
Number of bytes used as an entropy
Optional extra entropy to increase randomness
A randomly generated mnemonic
Static
isStatic
masterStatic
mnemonicMnemonic phrase composed by words from the provided wordlist
Provide a wordlist with the list of words used to generate the mnemonic phrase. The default value is the English list.
Mnemonic phrase
Static
mnemonicMnemonic phrase composed by words from the provided wordlist
Add additional security to protect the generated seed with a memorized passphrase. Note: if the owner forgot the passphrase, all wallets and accounts derive from the phrase will be lost.
64-byte array contains privateKey and chainCode as described on BIP39
Static
mnemonicMnemonic phrase composed by words from the provided wordlist
Add additional security to protect the generated seed with a memorized passphrase. Note: if the owner forgot the passphrase, all wallets and accounts derive from the phrase will be lost.
64-byte array contains privateKey and chainCode as described on BIP39
Static
seed
Provide a wordlist with the list of words used to generate the mnemonic phrase. The default value is the English list.