Set the kernel notifications for the context options. The context created with the options will be configured with these notifications.
Synopsis
Declared in <kernel/bitcoinkernel.h>
[[__nonnull__]]
void
btck_context_options_set_notifications(
btck_ContextOptions* context_options,
btck_NotificationInterfaceCallbacks notifications);
Parameters
Name |
Description |
context_options [in] |
Non‐null, previously created by |
notifications [in] |
Is set to the context options. |
Created with MrDocs