Interface IHDKey

Represents for information of a node in HD wallet

Hierarchy

  • IHDKey

Methods

  • The seed value which is generated via HMAC-SHA512 algorithm of the seed

    Returns Uint8Array

  • The fingerprint which is hash160 from the private key. It should be 0 if this node is the master wallet.

    Returns Promise<number>

  • The figerprint which is a hash160 from the private key of parent node. It should be 0 for the master wallet.

    Returns number

  • The key value which is generated via HMAC-SHA512 algorithm of the seed

    Returns Uint8Array

  • Public key which is generated from the private key

    Returns Promise<Uint8Array>

Generated using TypeDoc