Which kind of chainstate a block file belongs to, used to segment storage.
Synopsis
Declared in <node/blockstorage.h>
enum BlockfileType;
Members
Name |
Description |
|
Block file for the normal (fully validated) chainstate. |
|
Block file for an assumeutxo (assumed‐valid) chainstate. |
|
Number of block file types; not a real type. |
Created with MrDocs