btck::ValidationInterface::BlockChecked

Called after a block has been checked.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

virtual
void
BlockChecked(
    Block block,
    BlockValidationStateView state);

Parameters

NameDescription
blockThe block that was checked.
stateThe resulting validation state.