BIP39 mnemonic phrases: sequences of words representing cryptographic keys.

Constructors

  • Parameters

    • phrase: string
    • Optional language: English

    Returns Mnemonic

Properties

entropy: string
phrase: string

Methods

  • Returns void

    • Return copy of self without private attributes.

    Returns Object

  • Parameters

    • Optional password: string

    Returns string

  • Return stringified version of self.

    Returns string

  • Parameters

    • Optional word_count: number

    Returns Mnemonic

  • Validate mnemonic phrase. Returns true if the phrase is valid, false otherwise.

    Parameters

    • phrase: string
    • Optional language: English

    Returns boolean

Generated using TypeDoc