[#SaltedCoinsCacheHasher-operator_call-0c] = xref:SaltedCoinsCacheHasher.adoc[SaltedCoinsCacheHasher]::operator() :relfileprefix: ../ :mrdocs: Hash an outpoint as its txid jumbo block followed by the zero‐extended index as one normal block. == Synopsis Declared in `<coins.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:COutPoint.adoc[COutPoint] const& id) const noexcept; ---- == Return Value The salted hash of the outpoint. == Parameters [cols="1,4"] |=== | Name| Description | *id* | The outpoint to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#