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. |
Created with MrDocs