[#CTxMemPool-m_txgraph] = xref:CTxMemPool.adoc[CTxMemPool]::m_txgraph :relfileprefix: ../ :mrdocs: Transaction‐graph abstraction managing parent/child relationships, clusters, and ordering. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7f2e1b5a1418), guarded_by(0x7f2e2721a428), guarded_by(0x7f2e421cbb38), guarded_by(0x7f2e2880aaf8), guarded_by(0x7f2e3212de88), guarded_by(0x7f2e347f6518), guarded_by(0x7f2e2b05a988), guarded_by(0x7f2e2bee2028)]] std::unique_ptr<TxGraph> m_txgraph; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#