[#btck-ChainMan-2constructor] = xref:btck.adoc[btck]::xref:btck/ChainMan.adoc[ChainMan]::ChainMan :relfileprefix: ../../ :mrdocs: Constructs the manager from a context and its options. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ChainMan( xref:btck/Context.adoc[Context] const& context, xref:btck/ChainstateManagerOptions.adoc[ChainstateManagerOptions] const& chainman_opts); ---- == Parameters [cols="1,4"] |=== | Name| Description | *context* | The kernel context. | *chainman_opts* | The configured chainstate‐manager options. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#