Bitcoin Core 31.0.0
P2P Digital Currency
Loading...
Searching...
No Matches
kernel::Context Struct Reference

#include <context.h>

Public Member Functions

 Context ()

Detailed Description

Context struct holding the kernel library's logically global state, and passed to external libbitcoin_kernel functions which need access to this state. The kernel library API is a work in progress, so state organization and member list will evolve over time.

State stored directly in this struct should be simple. More complex state should be stored to std::unique_ptr members pointing to opaque types.

Definition at line 16 of file context.h.

Constructor & Destructor Documentation

◆ Context()

kernel::Context::Context ( )

Definition at line 15 of file context.cpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following files: