[#btck-Context-2constructor-02] = xref:btck.adoc[btck]::xref:btck/Context.adoc[Context]::Context :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<kernel/bitcoinkernel_wrapper.h>` Constructs a context with default options. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Context/2constructor-0c.adoc[Context](); ---- [.small]#xref:btck/Context/2constructor-0c.adoc[_» more..._]# Constructs a context from configured options. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Context/2constructor-04.adoc[Context](xref:btck/ContextOptions.adoc[ContextOptions]& opts); ---- [.small]#xref:btck/Context/2constructor-04.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *opts* | The options describing the context. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#