Base class for receiving validation events; override the handlers you need.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

class ValidationInterface;

Member Functions

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.

Created with MrDocs