[#CTxMemPool-m_builder] = xref:CTxMemPool.adoc[CTxMemPool]::m_builder :relfileprefix: ../ :mrdocs: Block builder used to iterate mempool chunks in mining order while assembling a block. == Synopsis Declared in `<txmempool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[guarded_by(0x7ff37b41ee98), guarded_by(0x7ff376fd6848), guarded_by(0x7ff38def5a68), guarded_by(0x7ff3640f6a78), guarded_by(0x7ff3920f6d68), guarded_by(0x7ff37f5c8e88), guarded_by(0x7ff37d010108), guarded_by(0x7ff374c13918)]] mutable std::unique_ptr<TxGraph::BlockBuilder> m_builder; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#