Base class for receiving validation events; override the handlers you need.
Declared in <kernel/bitcoinkernel_wrapper.h>
class ValidationInterface;
| Name | Description |
|---|---|
~ValidationInterface [destructor] [virtual] | Destroys the validation interface. |
BlockChecked [virtual] | Called after a block has been checked. |
BlockConnected [virtual] | Called when a block is connected to the active chain. |
BlockDisconnected [virtual] | Called when a block is disconnected from the active chain. |
PowValidBlock [virtual] | Called when a block with valid proof of work is received. |