Health of the recent mined‐block window for fee rate estimation.
Synopsis
Declared in <policy/fees/mempool_estimator.h>
enum class MempoolHealth : int;
Members
Name |
Description |
|
Recent blocks represent the mempool well enough to estimate a fee rate. |
|
Too few recent mined blocks to estimate a fee rate. |
|
Recent blocks include too few mempool transactions to estimate a fee rate. |
Created with MrDocs