[#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(0x7f2e1b5a3358), requires_capability(0x7f2e2721c368), requires_capability(0x7f2e421cda78), requires_capability(0x7f2e2880ca38), requires_capability(0x7f2e3212fdc8), requires_capability(0x7f2e347f8458), requires_capability(0x7f2e2b05c8c8), requires_capability(0x7f2e2bee3f68)]] 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]#