![]() |
Bitcoin Core 31.99.0
P2P Digital Currency
|
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... | |
Weight statistics for a recently mined block, used to assess mempool coverage.
Definition at line 41 of file mempool_estimator.h.
| uint64_t MinedBlockStats::m_block_weight {0} |
Total non-coinbase transaction weight in the block.
Definition at line 47 of file mempool_estimator.h.
| uint64_t MinedBlockStats::m_height {0} |
Block height.
Definition at line 43 of file mempool_estimator.h.
| 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.