[#SaltedTxidHasher-operator_call] = xref:SaltedTxidHasher.adoc[SaltedTxidHasher]::operator() :relfileprefix: ../ :mrdocs: Compute the salted hash of a transaction id. == Synopsis Declared in `<util/hasher.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- size_t operator()(xref:Txid.adoc[Txid] const& txid) const; ---- == Return Value The salted SipHash of the transaction id. == Parameters [cols="1,4"] |=== | Name| Description | *txid* | The transaction id to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#