node::BlockfileType

Which kind of chainstate a block file belongs to, used to segment storage.

Synopsis

Declared in <node/blockstorage.h>

enum BlockfileType;

Members

NameDescription
NORMAL Block file for the normal (fully validated) chainstate.
ASSUMED Block file for an assumeutxo (assumed-valid) chainstate.
NUM_TYPES Number of block file types; not a real type.