Copy the context.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[nodiscard, __nonnull__]]
btck_Context*
btck_context_copy(btck_Context const* context);

Return Value

Opaque data structure for holding a kernel context.

Note

The return value should not be discarded.

Parameters

Name

Description

context

Opaque data structure for holding a kernel context.

Created with MrDocs