BlockDisconnected overloads
Declared in <zmq/zmqnotificationinterface.h>
Notifies listeners of a block being disconnected Provides the block that was disconnected.
virtual
void
BlockDisconnected(
std::shared_ptr<CBlock const> const& block,
CBlockIndex const* pindex);
» more...
Handle a block being disconnected from the active chain.
virtual
void
BlockDisconnected(
std::shared_ptr<CBlock const> const& pblock,
CBlockIndex const* pindexDisconnected) override;
» more...
| Name | Description |
|---|---|
| block | The block that was disconnected. |
| pindex | Block index entry for the disconnected block. |
| pblock | The disconnected block. |
| pindexDisconnected | The block index of the disconnected block. |