[#btck-ValidationInterface] = xref:btck.adoc[btck]::ValidationInterface :relfileprefix: ../ :mrdocs: Base class for receiving validation events; override the handlers you need. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class ValidationInterface; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:btck/ValidationInterface/2destructor.adoc[`~ValidationInterface`] [.small]#[destructor]# [.small]#[virtual]# | Destroys the validation interface. | xref:btck/ValidationInterface/BlockChecked.adoc[`BlockChecked`] [.small]#[virtual]# | Called after a block has been checked. | xref:btck/ValidationInterface/BlockConnected.adoc[`BlockConnected`] [.small]#[virtual]# | Called when a block is connected to the active chain. | xref:btck/ValidationInterface/BlockDisconnected.adoc[`BlockDisconnected`] [.small]#[virtual]# | Called when a block is disconnected from the active chain. | xref:btck/ValidationInterface/PowValidBlock.adoc[`PowValidBlock`] [.small]#[virtual]# | Called when a block with valid proof of work is received. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#