Returns the tracked statistics for recently mined blocks.

Synopsis

Declared in <policy/fees/mempool_estimator.h>

[[requires_capability(0x7f9504a410c8), requires_capability(0x7f94f0a444f8)]]
std::vector<MinedBlockStats>
GetPrevBlockData() const;

Return Value

A copy of the weight statistics for the recent mined‐block window.

Created with MrDocs