[#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(0x7f95135d34e8), requires_capability(0x7f9501b128c8), requires_capability(0x7f950ec78ab8), requires_capability(0x7f9525ea8808), requires_capability(0x7f9515097f48), requires_capability(0x7f950826c1e8), requires_capability(0x7f94f856f8f8), requires_capability(0x7f9513c59ae8)]] std::vector<CTxMemPoolEntryRef> entryAll() const; ---- == Return Value References to all entries in the mempool. [.small]#Created with https://www.mrdocs.com[MrDocs]#