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