[#btck_context_options_set_notifications] = btck_context_options_set_notifications :mrdocs: 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>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[__nonnull__]] void btck_context_options_set_notifications( xref:btck_ContextOptions-0d.adoc[btck_ContextOptions]* context_options, btck_NotificationInterfaceCallbacks notifications); ---- == Parameters [cols="1,4"] |=== | Name| Description | *context_options* [in] | Non‐null, previously created by xref:btck_context_options_create.adoc[`btck_context_options_create`]. | *notifications* [in] | Is set to the context options. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#