CZMQAbstractNotifier::NotifyBlockDisconnect

Notifies of every block disconnection.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

virtual
bool
NotifyBlockDisconnect(CBlockIndex const* pindex);

Return Value

True on success, false on failure.

Parameters

NameDescription
pindexThe block index of the disconnected block.