Opaque data structure for holding the state of a block during validation.

Synopsis

Declared in <kernel/bitcoinkernel.h>

struct btck_BlockValidationState;

Description

Contains information indicating whether validation was successful, and if not which step during block validation failed.

Created with MrDocs