Bitcoin Core 31.99.0
P2P Digital Currency
Public Attributes | List of all members
MinedBlockStats Struct Reference

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

#include <mempool_estimator.h>

Public Attributes

uint64_t m_height {0}
 Block height. More...
 
uint64_t m_removed_block_txs_weight {0}
 Weight of mempool transactions removed for this block (excluding coinbase). More...
 
uint64_t m_block_weight {0}
 Total non-coinbase transaction weight in the block. More...
 

Detailed Description

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

Definition at line 41 of file mempool_estimator.h.

Member Data Documentation

◆ m_block_weight

uint64_t MinedBlockStats::m_block_weight {0}

Total non-coinbase transaction weight in the block.

Definition at line 47 of file mempool_estimator.h.

◆ m_height

uint64_t MinedBlockStats::m_height {0}

Block height.

Definition at line 43 of file mempool_estimator.h.

◆ m_removed_block_txs_weight

uint64_t MinedBlockStats::m_removed_block_txs_weight {0}

Weight of mempool transactions removed for this block (excluding coinbase).

Definition at line 45 of file mempool_estimator.h.


The documentation for this struct was generated from the following file: