[#CTxMemPool-setEntries] = xref:CTxMemPool.adoc[CTxMemPool]::setEntries :relfileprefix: ../ :mrdocs: A set of mempool iterators ordered by transaction hash. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- typedef std::set<txiter, CompareIteratorByHash> setEntries; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#