ValidationSignals::BlockConnected

Fire the BlockConnected event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
BlockConnected(
    kernel::ChainstateRole const& role,
    std::shared_ptr<CBlock const> block,
    CBlockIndex const* pindex);

Parameters

NameDescription
roleWhich chainstate (active or background) connected the block.
blockThe block that was connected.
pindexBlock index entry for the connected block.