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

Name

Description

role

Which chainstate (active or background) connected the block.

block

The block that was connected.

pindex

Block index entry for the connected block.

Created with MrDocs