Hash a transaction ID, itself a cryptographic hash, as one jumbo block.

Synopsis

Declared in <coins.h>

size_t
operator()(Txid const& id) const noexcept;

Return Value

The salted hash of the transaction ID.

Parameters

Name

Description

id

The transaction ID to hash.

Created with MrDocs