Function: generateMnemonic()
function generateMnemonic(wordCount): string;
Generate a new BIP-39 mnemonic in English. Supported word counts are 12 and 24 (default).
Parameters
wordCount
MnemonicLength | undefined
Returns
string
function generateMnemonic(wordCount): string;
Generate a new BIP-39 mnemonic in English. Supported word counts are 12 and 24 (default).
MnemonicLength | undefined
string