ValidationSignals::NewPoWValidBlock

Fire the NewPoWValidBlock event to all subscribers.

Synopsis

Declared in <validationinterface.h>

void
NewPoWValidBlock(
    CBlockIndex const* pindex,
    std::shared_ptr<CBlock const> const& block);

Parameters

NameDescription
pindexBlock index entry for the new block.
blockThe newly received block.