Class DerivationPath

Key derivation path

Constructors

Methods

  • Returns void

  • Is this derivation path empty? (i.e. the root)

    Returns boolean

  • Get the count of [ChildNumber] values in this derivation path.

    Returns number

  • Get the parent [DerivationPath] for the current one.

    Returns Undefined if this is already the root path.

    Returns DerivationPath

  • Push a [ChildNumber] onto an existing derivation path.

    Parameters

    • child_number: number
    • Optional hardened: boolean

    Returns void

  • Returns string

Generated using TypeDoc