BIP39.mnemonicToSeed

Generated the 512bits seed from a mnemonic-sentence and an optional password Both the mnemonic_sentence and the password are NFKD normalized.

struct BIP39
const pure
ubyte[]
mnemonicToSeed
(,
string password = null
)

Parameters

mnemonic_sentence string

mnemonic sentence as a text string

password string

optional password

Return Value

Type: ubyte[]

the seed as a 64bytes buffer