SaltedCoinsCacheHasher::operator()

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

NameDescription
idThe transaction ID to hash.