[#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(0x7ff37b41eff8), guarded_by(0x7ff376fd69a8), guarded_by(0x7ff38def5bc8), guarded_by(0x7ff3640f6bd8), guarded_by(0x7ff3920f6ec8), guarded_by(0x7ff37f5c8fe8), guarded_by(0x7ff37d010268), guarded_by(0x7ff374c13a78)]] std::vector<std::pair<Wtxid, txiter>> txns_randomized; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#