SaltedCoinsCacheHasher::operator()

Hash an outpoint as its txid jumbo block followed by the zero-extended index as one normal block.

Synopsis

Declared in <coins.h>

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

Return Value

The salted hash of the outpoint.

Parameters

NameDescription
idThe outpoint to hash.