Function signatures for the validation interface.

Synopsis

Declared in <kernel/bitcoinkernel.h>

typedef void(* btck_ValidationInterfaceBlockChecked)(void*, btck_Block*, btck_BlockValidationState const*);

Description

Callback after a block has been checked against consensus rules.

Created with MrDocs