[#CTxMemPool-GetEntry] = xref:CTxMemPool.adoc[CTxMemPool]::GetEntry :relfileprefix: ../ :mrdocs: Returns a pointer to the mempool entry for the given txid, or nullptr if absent. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b420d28), requires_capability(0x7ff376fd86d8), requires_capability(0x7ff38def78f8), requires_capability(0x7ff3640f8908), requires_capability(0x7ff3920f8bf8), requires_capability(0x7ff37f5cad18), requires_capability(0x7ff37d011f98), requires_capability(0x7ff374c157a8)]] xref:CTxMemPoolEntry.adoc[CTxMemPoolEntry] const* GetEntry(xref:Txid.adoc[Txid] const& txid) const; ---- == Return Value The entry, or nullptr if not present. == Parameters [cols="1,4"] |=== | Name| Description | *txid* | The txid to look up. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#