![]() |
Bitcoin ABC
0.22.12
P2P Digital Currency
|
#include <interfaces/chain.h>
#include <blockdb.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/mempool.h>
#include <policy/policy.h>
#include <policy/settings.h>
#include <primitives/block.h>
#include <primitives/blockhash.h>
#include <rpc/protocol.h>
#include <rpc/server.h>
#include <shutdown.h>
#include <sync.h>
#include <timedata.h>
#include <txmempool.h>
#include <univalue.h>
#include <util/system.h>
#include <validation.h>
#include <validationinterface.h>
#include <utility>
Go to the source code of this file.
Namespaces | |
interfaces | |
Functions | |
std::unique_ptr< Chain > | interfaces::MakeChain (NodeContext &node, const CChainParams ¶ms) |
Return implementation of Chain interface. More... | |
CRPCCommand m_command |
NodeContext& m_node |
const CChainParams& m_params |
const CRPCCommand* m_wrapped_command |