Selects which block checks to run, mirroring btck_BlockCheckFlags; combinable as a bitmask.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
enum class BlockCheckFlags : btck_BlockCheckFlags;
Members
Name |
Description |
|
Basic structural checks. |
|
Proof‐of‐work check. |
|
Merkle‐root check. |
|
All block checks combined. |
Created with MrDocs