CoinsCacheSizeState

How full the in-memory coins cache is relative to its budget.

Synopsis

Declared in <validation.h>

enum class CoinsCacheSizeState : int;

Members

NameDescription
CRITICAL The coins cache is in immediate need of a flush.
LARGE The cache is at >= 90% capacity.
OK The cache is at >= 90% capacity.