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