[#node-BlockfileType] = xref:node.adoc[node]::BlockfileType :relfileprefix: ../ :mrdocs: Which kind of chainstate a block file belongs to, used to segment storage. == Synopsis Declared in `<node/blockstorage.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- enum BlockfileType; ---- == Members [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#