Type Alias GenerateMnemonicArgs

GenerateMnemonicArgs: {
    dictionary?: string[];
    strength?: Strength;
}

Type declaration

  • Optionaldictionary?: string[]

    An array of words (at least 1024 words) to be used for generation. Default is the official BIP39 English Word List

  • Optionalstrength?: Strength

    The strength of the resulting passphrase given in bits. Ranging from 128 bit (12 Words) to 256 bit (24 Words)