Interface representing a BIP-39 mnemonic seed phrase.

interface MnemonicSeedPhrase {
    mnemonicPhrase: string;
}

Properties

Properties

mnemonicPhrase: string

The BIP-39 mnemonic seed phrase (12, 15, 18, 21, or 24 words)