[#mempoolentry_txid-operator_call-0b1] = xref:mempoolentry_txid.adoc[mempoolentry_txid]::operator() :relfileprefix: ../ :mrdocs: Returns the txid of the given mempool entry. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:mempoolentry_txid/result_type.adoc[result_type] operator()(xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry] const& entry) const; ---- == Return Value The txid of the entry's transaction. == Parameters [cols="1,4"] |=== | Name| Description | *entry* | The mempool entry to read the transaction from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#