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