Interface HDSigner

Hierarchy

  • HDSignerBase
    • HDSigner

Properties

Methods

Properties

fingerprint: Buffer

The first 4 bytes of the sha256-ripemd160 of the publicKey

publicKey: Buffer

DER format compressed publicKey buffer

Methods

  • The path string must match /^m(/\d+'?)+$/ ex. m/44'/0'/0'/1/23 levels with ' must be hard derivations

    Parameters

    • path: string

    Returns HDSigner

  • Input hash (the "message digest") for the signature algorithm Return a 64 byte signature (32 byte r and 32 byte s in that order)

    Parameters

    • hash: Buffer

    Returns Buffer