Base class for receiving kernel notifications; override the handlers you need.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
class KernelNotifications;
Member Functions
Name |
Description |
|
Destroys the notification handler. |
|
Called when the active chain tip advances. |
|
Called on a fatal, unrecoverable error. |
|
Called on a recoverable flush error. |
|
Called when the best header advances. |
|
Called to report progress of a long‐running operation. |
|
Called when a warning becomes active. |
|
Called when a previously active warning clears. |
Created with MrDocs