Bitcoin Core  21.99.0
P2P Digital Currency
Namespaces | Functions
chain.cpp File Reference
#include <interfaces/chain.h>
#include <chainparams.h>
#include <interfaces/handler.h>
#include <interfaces/wallet.h>
#include <net.h>
#include <net_processing.h>
#include <node/coin.h>
#include <node/context.h>
#include <node/transaction.h>
#include <node/ui_interface.h>
#include <policy/fees.h>
#include <policy/policy.h>
#include <policy/rbf.h>
#include <policy/settings.h>
#include <primitives/block.h>
#include <primitives/transaction.h>
#include <rpc/protocol.h>
#include <rpc/server.h>
#include <shutdown.h>
#include <sync.h>
#include <timedata.h>
#include <txmempool.h>
#include <uint256.h>
#include <univalue.h>
#include <util/system.h>
#include <validation.h>
#include <validationinterface.h>
#include <memory>
#include <utility>
Include dependency graph for chain.cpp:

Go to the source code of this file.

Namespaces

 interfaces
 

Functions

std::unique_ptr< Chain > interfaces::MakeChain (NodeContext &node)
 Return implementation of Chain interface. More...
 

Variable Documentation

◆ m_command

CRPCCommand m_command

Definition at line 140 of file chain.cpp.

◆ m_node

NodeContext& m_node

Definition at line 411 of file chain.cpp.

◆ m_notifications

std::shared_ptr<Chain::Notifications> m_notifications

Definition at line 83 of file chain.cpp.

◆ m_proxy

std::shared_ptr<NotificationsProxy> m_proxy

Definition at line 102 of file chain.cpp.

◆ m_wrapped_command

const CRPCCommand* m_wrapped_command

Definition at line 141 of file chain.cpp.