Fire the NewPoWValidBlock event to all subscribers.
Declared in <validationinterface.h>
void
NewPoWValidBlock(
CBlockIndex const* pindex,
std::shared_ptr<CBlock const> const& block);
| Name | Description |
|---|---|
| pindex | Block index entry for the new block. |
| block | The newly received block. |