Bitcoin Core  27.99.0
P2P Digital Currency
Namespaces | Functions
bitcoind.cpp File Reference
#include <init.h>
#include <interfaces/chain.h>
#include <interfaces/echo.h>
#include <interfaces/init.h>
#include <interfaces/node.h>
#include <interfaces/wallet.h>
#include <node/context.h>
#include <util/check.h>
#include <memory>
Include dependency graph for bitcoind.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_node

NodeContext& m_node

Definition at line 35 of file bitcoind.cpp.