Sets chainstate db in memory in the options.

Synopsis

Declared in <kernel/bitcoinkernel.h>

[[__nonnull__]]
void
btck_chainstate_manager_options_update_chainstate_db_in_memory(
    btck_ChainstateManagerOptions* chainstate_manager_options,
    int chainstate_db_in_memory);

Parameters

Name

Description

chainstate_manager_options [in]

Non‐null, created by btck_chainstate_manager_options_create.

chainstate_db_in_memory [in]

Set chainstate db in memory.

Created with MrDocs