[#mempoolentry_wtxid-operator_call-07] = xref:mempoolentry_wtxid.adoc[mempoolentry_wtxid]::operator() :relfileprefix: ../ :mrdocs: Function call operators == Synopses Declared in `<txmempool.h>` Returns the wtxid of the given transaction. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mempoolentry_wtxid/result_type.adoc[result_type] xref:mempoolentry_wtxid/operator_call-00.adoc[operator()](xref:CTransactionRef.adoc[CTransactionRef] const& tx) const; ---- [.small]#xref:mempoolentry_wtxid/operator_call-00.adoc[_» more..._]# Returns the wtxid of the given mempool entry. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mempoolentry_wtxid/result_type.adoc[result_type] xref:mempoolentry_wtxid/operator_call-09.adoc[operator()](xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry] const& entry) const; ---- [.small]#xref:mempoolentry_wtxid/operator_call-09.adoc[_» more..._]# == Return Value * The witness hash (wtxid) of the transaction. * The witness hash (wtxid) of the entry's transaction. == Parameters [cols="1,4"] |=== | Name| Description | *tx* | The transaction to hash. | *entry* | The mempool entry to read the transaction from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#