[#CTxMemPool-txiter] = xref:CTxMemPool.adoc[CTxMemPool]::txiter :relfileprefix: ../ :mrdocs: Const iterator into mapTx over the txid‐ordered index. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- using txiter = indexed_transaction_set::nth_index<0>::type::const_iterator; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#