Hierarchy

  • HDNode

Implements

  • ExternallyOwnedAccount

Constructors

  • This constructor should not be called directly.

    Please use:

    • fromMnemonic
    • fromSeed

    Parameters

    • constructorGuard: any
    • privateKey: string
    • publicKey: string
    • parentFingerprint: string
    • chainCode: string
    • index: number
    • depth: number
    • mnemonicOrPath: string | Mnemonic

    Returns HDNode

Properties

_derive: any
address: string
chainCode: string
depth: number
fingerprint: string
index: number
mnemonic?: Mnemonic
parentFingerprint: string
path: string
privateKey: string
publicKey: string

Accessors

  • get extendedKey(): string
  • Returns string

Methods

  • Parameters

    • path: string

    Returns HDNode

  • Returns HDNode

  • Parameters

    • extendedKey: string

    Returns HDNode

  • Parameters

    • mnemonic: string
    • Optional password: string
    • Optional wordlist: string | Wordlist

    Returns HDNode

Generated using TypeDoc