btcutil-js - v0.2.0
    Preparing search index...

    Variable hashConst

    hash: { hash160(data: Bytes): Promise<Uint8Array<ArrayBufferLike>> } = ...

    Cryptographic hash functions.

    Type Declaration

    • hash160: function
      • Compute RIPEMD160(SHA256(data)). Input and output are hex. Calls Go: btcutil.Hash160() from btcutil.

        Parameters

        Returns Promise<Uint8Array<ArrayBufferLike>>