toSeed

fun MnemonicWords.toSeed(password: String? = ""): Seed

Generates a seed buffer from a mnemonic phrase according to the BIP39 spec. The mnemonic phrase is given as a list of words and the seed can be salted using a password

Return

种子

Parameters

password

密码