btck_context_options_create

Creates an empty context options.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard]]
btck_ContextOptions*
btck_context_options_create();

Return Value

Opaque data structure for holding options for creating a new kernel context.

NOTE

The return value should not be discarded.