[#CValidationInterface-NewPoWValidBlock] = xref:CValidationInterface.adoc[CValidationInterface]::NewPoWValidBlock :relfileprefix: ../ :mrdocs: Notifies listeners that a block which builds directly on our current tip has been received and connected to the headers tree, though not validated yet. == Synopsis Declared in `<validationinterface.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- virtual void NewPoWValidBlock( xref:CBlockIndex.adoc[CBlockIndex] const* pindex, std::shared_ptr<CBlock const> const& block); ---- == Parameters [cols="1,4"] |=== | Name| Description | *pindex* | Block index entry for the new block. | *block* | The newly received block. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#