HDSignerAsync
reddcoinjs-lib v7.0.1-rdd.1 • Docs
reddcoinjs-lib v7.0.1-rdd.1 / HDSignerAsync
Interface: HDSignerAsync
Same as above but with async sign method
Extends
HDSignerBase
Properties
fingerprint
fingerprint:
Uint8Array
The first 4 bytes of the sha256-ripemd160 of the publicKey
Inherited from
HDSignerBase.fingerprint
Defined in
publicKey
publicKey:
Uint8Array
DER format compressed publicKey buffer
Inherited from
HDSignerBase.publicKey
Defined in
Methods
derivePath()
derivePath(
path):HDSignerAsync
Parameters
• path: string
Returns
Defined in
sign()
sign(
hash):Promise<Uint8Array>
Parameters
• hash: Uint8Array
Returns
Promise<Uint8Array>