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