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< BanMan > banman
std::unique_ptr< CTxMemPool > mempool
std::unique_ptr< interfaces::Chain > chain
Wallet chain client that in addition to having chain client methods for starting up, shutting down, and registering RPCs, also has additional methods (called by the GUI) to load and create wallets.
NodeContext struct containing references to chain state and connection state.
std::unique_ptr< CConnman > connman
std::unique_ptr< PeerManager > peerman
std::unique_ptr< CBlockPolicyEstimator > fee_estimator
std::unique_ptr< CScheduler > scheduler