Fire the BlockConnected event to all subscribers.
Declared in <validationinterface.h>
void
BlockConnected(
kernel::ChainstateRole const& role,
std::shared_ptr<CBlock const> block,
CBlockIndex const* pindex);
| 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. |