MnemonicWords
Functions
Link copied to clipboard
fun MnemonicWords.toExtendedKey(path: String = DEFAULT_PATH, saltPhrase: String = "", isGM: Boolean = true): ExtendedKey
助记词生成扩展密钥
Link copied to clipboard
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
Link copied to clipboard