Called after a block has been checked.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
BlockChecked(
    Block block,
    BlockValidationStateView state);

Parameters

Name

Description

block

The block that was checked.

state

The resulting validation state.

Created with MrDocs