Notifies of every block connection.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

virtual
bool
NotifyBlockConnect(CBlockIndex const* pindex);

Return Value

True on success, false on failure.

Parameters

Name

Description

pindex

The block index of the connected block.

Created with MrDocs