[#mempoolentry_wtxid-operator_call-00] = xref:mempoolentry_wtxid.adoc[mempoolentry_wtxid]::operator() :relfileprefix: ../ :mrdocs: Returns the wtxid of the given transaction. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mempoolentry_wtxid/result_type.adoc[result_type] operator()(xref:CTransactionRef.adoc[CTransactionRef] const& tx) const; ---- == Return Value The witness hash (wtxid) of the transaction. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to hash. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#