Type alias Bip39MnemonicResult

Bip39MnemonicResult: {
    phrase: string;
}

Type declaration

  • phrase: string

    The BIP39 mnemonic phrase.

Generated using TypeDoc