[#CTxMemPool-entryAll] = xref:CTxMemPool.adoc[CTxMemPool]::entryAll :relfileprefix: ../ :mrdocs: Returns every mempool entry. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7ff37b420de8), requires_capability(0x7ff376fd8798), requires_capability(0x7ff38def79b8), requires_capability(0x7ff3640f89c8), requires_capability(0x7ff3920f8cb8), requires_capability(0x7ff37f5cadd8), requires_capability(0x7ff37d012058), requires_capability(0x7ff374c15868)]] std::vector<CTxMemPoolEntryRef> entryAll() const; ---- == Return Value References to all entries in the mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#