![]()  | 
  
    Bitcoin Core 30.99.0
    
   P2P Digital Currency 
   | 
 
#include <init.h>#include <interfaces/chain.h>#include <interfaces/echo.h>#include <interfaces/init.h>#include <interfaces/ipc.h>#include <interfaces/node.h>#include <interfaces/wallet.h>#include <node/context.h>#include <util/check.h>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | init | 
| namespace | interfaces | 
Functions | |
| std::unique_ptr< Init > | interfaces::MakeNodeInit (node::NodeContext &node, int argc, char *argv[], int &exit_status) | 
| Return implementation of Init interface for the node process.  More... | |
| std::unique_ptr<interfaces::Ipc> m_ipc | 
Definition at line 43 of file bitcoin-node.cpp.
| node::NodeContext& m_node | 
Definition at line 42 of file bitcoin-node.cpp.