Weight statistics for a recently mined block, used to assess mempool coverage.
Declared in <policy/fees/mempool_estimator.h>
struct MinedBlockStats;
| Name | Description |
|---|---|
m_block_weight | Total non-coinbase transaction weight in the block. |
m_height | Block height. |
m_removed_block_txs_weight | Weight of mempool transactions removed for this block (excluding coinbase). |