Which kind of chainstate a block file belongs to, used to segment storage.
Declared in <node/blockstorage.h>
enum BlockfileType;
| Name | Description |
|---|---|
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. |