Returns per‐block weight statistics for the last MEMPOOL_HEALTH_WINDOW_BLOCKS mined blocks.
Synopsis
Declared in <policy/fees/estimator_man.h>
std::vector<MinedBlockStats>
MempoolPolicyEstimatorBlocksStats() const;
Return Value
Per‐block statistics for the most recently mined blocks in the health window.
Created with MrDocs