Base class for receiving validation events; override the handlers you need.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class ValidationInterface;
Member Functions
Name |
Description |
|
Destroys the validation interface. |
|
Called after a block has been checked. |
|
Called when a block is connected to the active chain. |
|
Called when a block is disconnected from the active chain. |
|
Called when a block with valid proof of work is received. |
Created with MrDocs