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