Fire the BlockChecked event to all subscribers.
Synopsis
Declared in <validationinterface.h>
void
BlockChecked(
std::shared_ptr<CBlock const> const& block,
BlockValidationState const& state);
Parameters
Name |
Description |
block |
The block that was validated. |
state |
The result of validating the block. |
Created with MrDocs