Constructs the manager from a context and its options.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

ChainMan(
    Context const& context,
    ChainstateManagerOptions const& chainman_opts);

Parameters

Name

Description

context

The kernel context.

chainman_opts

The configured chainstate‐manager options.

Created with MrDocs