[#MinedBlockStats] = MinedBlockStats :mrdocs: Weight statistics for a recently mined block, used to assess mempool coverage. == Synopsis Declared in `<policy/fees/mempool_estimator.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct MinedBlockStats; ---- == Data Members [cols="1,4"] |=== | Name| Description | xref:MinedBlockStats/m_block_weight.adoc[`m_block_weight`] | Total non‐coinbase transaction weight in the block. | xref:MinedBlockStats/m_height.adoc[`m_height`] | Block height. | xref:MinedBlockStats/m_removed_block_txs_weight.adoc[`m_removed_block_txs_weight`] | Weight of mempool transactions removed for this block (excluding coinbase). |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#