generateMnemonic

fun generateMnemonic(wordCount: WordCount): String

Generates a new mnemonic using the English word list and the given number of words (12, 15, 18, 21, or 24).

Return

The mnemonic words separated by a space in a String

Parameters

wordCount

The number of words to use for the mnemonic (also determines the amount of entropy that is used).