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

Synopsis

Declared in <validation.h>

enum class CoinsCacheSizeState : int;

Members

Name

Description

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.

Created with MrDocs