ValidationSignals::BlockChecked

Fire the BlockChecked event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
BlockChecked(
    std::shared_ptr<CBlock const> const& block,
    BlockValidationState const& state);

Parameters

NameDescription
blockThe block that was validated.
stateThe result of validating the block.