5 #ifndef BITCOIN_NODE_CONTEXT_H
6 #define BITCOIN_NODE_CONTEXT_H
33 class KernelNotifications;
47 std::unique_ptr<kernel::Context>
kernel;
59 std::unique_ptr<interfaces::Chain>
chain;
Stochastic address manager.
The BlockPolicyEstimator is used for estimating the feerate needed for a transaction to be included i...
Simple class for background tasks that should be run periodically or once "after a while".
CTxMemPool stores valid-according-to-the-current-best-chain transactions that may be included in the ...
Provides an interface for creating and interacting with one or two chainstates: an IBD chainstate gen...
Initial interface created when a process is first started, and used to give and get access to other i...
Wallet chain client that in addition to having chain client methods for starting up,...
NodeContext struct containing references to chain state and connection state.
std::unique_ptr< CConnman > connman
std::unique_ptr< kernel::Context > kernel
libbitcoin_kernel context
std::vector< std::unique_ptr< interfaces::ChainClient > > chain_clients
List of all chain clients (wallet processes or other client) connected to node.
std::unique_ptr< CTxMemPool > mempool
std::unique_ptr< BanMan > banman
std::unique_ptr< AddrMan > addrman
std::function< void()> rpc_interruption_point
std::unique_ptr< ChainstateManager > chainman
NodeContext()
Declare default constructor and destructor that are not inline, so code instantiating the NodeContext...
std::unique_ptr< KernelNotifications > notifications
std::unique_ptr< CScheduler > scheduler
std::unique_ptr< CBlockPolicyEstimator > fee_estimator
std::unique_ptr< PeerManager > peerman
std::unique_ptr< const NetGroupManager > netgroupman
interfaces::WalletLoader * wallet_loader
Reference to chain client that should used to load or create wallets opened by the gui.
std::unique_ptr< interfaces::Chain > chain