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