btck::KernelNotifications

Base class for receiving kernel notifications; override the handlers you need.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

class KernelNotifications;

Member Functions

NameDescription
~KernelNotifications [destructor] [virtual]Destroys the notification handler.
BlockTipHandler [virtual]Called when the active chain tip advances.
FatalErrorHandler [virtual]Called on a fatal, unrecoverable error.
FlushErrorHandler [virtual]Called on a recoverable flush error.
HeaderTipHandler [virtual]Called when the best header advances.
ProgressHandler [virtual]Called to report progress of a long-running operation.
WarningSetHandler [virtual]Called when a warning becomes active.
WarningUnsetHandler [virtual]Called when a previously active warning clears.