[#CTxMemPool-txns_randomized] = xref:CTxMemPool.adoc[CTxMemPool]::txns_randomized :relfileprefix: ../ :mrdocs: All transactions in mapTx with their wtxids, in arbitrary order == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f95135d16f8), guarded_by(0x7f9501b10ad8), guarded_by(0x7f950ec76cc8), guarded_by(0x7f9525ea6a18), guarded_by(0x7f9515096158), guarded_by(0x7f950826a3f8), guarded_by(0x7f94f856db08), guarded_by(0x7f9513c57cf8)]] std::vector<std::pair<Wtxid, txiter>> txns_randomized; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#