Registers a kernel notification handler for the context.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
template<typename T>
void
SetNotifications(std::shared_ptr<T> notifications);
Parameters
Name |
Description |
notifications |
The notification handler; must derive from KernelNotifications. |
Created with MrDocs