Returns the tracked statistics for recently mined blocks.
Synopsis
Declared in <policy/fees/mempool_estimator.h>
[[requires_capability(0x7f2e403ca168), requires_capability(0x7f2e1404c8c8)]]
std::vector<MinedBlockStats>
GetPrevBlockData() const;
Return Value
A copy of the weight statistics for the recent mined‐block window.
Created with MrDocs