Hierarchy

  • HDKey

Constructors

  • Parameters

    • opt: HDKeyOpt

    Returns bip32.HDKey

Properties

chainCode: null | Uint8Array
depth: number
index: number
parentFingerprint: number
privKey?: any
privKeyBytes?: any
pubHash: any
pubKey?: any
serialize: any
versions: bip32.Versions

Accessors

  • get fingerprint(): number
  • Returns number

  • get identifier(): undefined | Uint8Array
  • Returns undefined | Uint8Array

  • get privateExtendedKey(): string
  • Returns string

  • get privateKey(): null | Uint8Array
  • Returns null | Uint8Array

  • get pubKeyHash(): undefined | Uint8Array
  • Returns undefined | Uint8Array

  • get publicExtendedKey(): string
  • Returns string

  • get publicKey(): null | Uint8Array
  • Returns null | Uint8Array

Methods

  • Parameters

    • path: string

    Returns bip32.HDKey

  • Parameters

    • index: number

    Returns bip32.HDKey

  • Parameters

    • hash: Uint8Array

    Returns Uint8Array

  • Returns {
        xpriv: string;
        xpub: string;
    }

    • xpriv: string
    • xpub: string
  • Parameters

    • hash: Uint8Array
    • signature: Uint8Array

    Returns boolean

  • Returns bip32.HDKey

  • Parameters

    Returns bip32.HDKey

  • Parameters

    • json: {
          xpriv: string;
      }
      • xpriv: string

    Returns bip32.HDKey

  • Parameters

    Returns bip32.HDKey

Generated using TypeDoc