CZMQAbstractNotifier::NotifyBlock

Notifies of ConnectTip result, i.e., new active tip only.

Synopsis

Declared in <zmq/zmqabstractnotifier.h>

virtual
bool
NotifyBlock(CBlockIndex const* pindex);

Return Value

True on success, false on failure.

Parameters

NameDescription
pindexThe block index of the new active tip.