Function decodeBip39MnemonicNonStandard

  • Decode the provided BIP39 mnemonic phrase using the provided word list. Reverses encodeBip39MnemonicNonStandard.

    See decodeBip39Mnemonic to decode using the English word list.

    Parameters

    • mnemonic: string

      the BIP39 mnemonic phrase

    • wordList: string[]

      the word list to use

    Returns string | Uint8Array

Generated using TypeDoc