btck::ContextOptions::SetNotifications

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

NameDescription
notificationsThe notification handler; must derive from KernelNotifications.