Bitcoin
register.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2018 The Bitcoin Core developers
2 // Distributed under the MIT software license, see the accompanying
3 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
4 
5 #ifndef BITCOIN_RPC_REGISTER_H
6 #define BITCOIN_RPC_REGISTER_H
7 
10 class CRPCTable;
11 
22 
23 static inline void RegisterAllCoreRPCCommands(CRPCTable &t)
24 {
30 }
31 
32 #endif // BITCOIN_RPC_REGISTER_H
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
Definition: rawtransaction.cpp:1734
static void RegisterAllCoreRPCCommands(CRPCTable &t)
Definition: register.h:23
void RegisterMiscRPCCommands(CRPCTable &tableRPC)
Definition: misc.cpp:571
CRPCTable tableRPC
Definition: server.cpp:501
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
Definition: blockchain.cpp:2352
Definition: server.h:121
void RegisterNetRPCCommands(CRPCTable &tableRPC)
Definition: net.cpp:735
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
Definition: mining.cpp:972