MinedBlockStats

Weight statistics for a recently mined block, used to assess mempool coverage.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

struct MinedBlockStats;

Data Members

NameDescription
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).