Publish the hash of the new active tip block.

Synopsis

Declared in <zmq/zmqpublishnotifier.h>

virtual
bool
NotifyBlock(CBlockIndex const* pindex) override;

Return Value

True on success, false on failure.

Parameters

Name

Description

pindex

The block index of the new active tip.

Created with MrDocs