Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
bitcoin-node.cpp File Reference
#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>
Include dependency graph for bitcoin-node.cpp:

Go to the source code of this file.

Namespaces

 init
 
 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...
 

Variable Documentation

◆ m_ipc

std::unique_ptr<interfaces::Ipc> m_ipc

Definition at line 40 of file bitcoin-node.cpp.

◆ m_node

Definition at line 39 of file bitcoin-node.cpp.