Constructors
Synopses
Declared in <kernel/bitcoinkernel_wrapper.h>
Constructs a context with default options.
Context();
Constructs a context from configured options.
Context(ContextOptions& opts);
Parameters
Name |
Description |
opts |
The options describing the context. |
Created with MrDocs