[#btck_context_options_create] = btck_context_options_create :mrdocs: Creates an empty context options. == Synopsis Declared in `<kernel/bitcoinkernel.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] xref:btck_ContextOptions-0d.adoc[btck_ContextOptions]* btck_context_options_create(); ---- == Return Value Opaque data structure for holding options for creating a new kernel context. [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#