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

Name

Description

pindex

Block index entry for the new block.

block

The newly received block.

Created with MrDocs