PIVX Core  5.6.99
P2P Digital Currency
register.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2016 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 PIVX_RPC_REGISTER_H
6 #define PIVX_RPC_REGISTER_H
7 
10 class CRPCTable;
11 
30 
31 static inline void RegisterAllCoreRPCCommands(CRPCTable& tableRPC)
32 {
42 }
43 
44 #endif // PIVX_RPC_REGISTER_H
PIVX RPC command dispatcher.
Definition: server.h:147
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
Register raw transaction RPC commands.
void RegisterMiscRPCCommands(CRPCTable &tableRPC)
Register miscellaneous RPC commands.
Definition: misc.cpp:869
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
Register mining RPC commands.
Definition: mining.cpp:888
void RegisterMasternodeRPCCommands(CRPCTable &tableRPC)
Register masternode RPC commands.
void RegisterNetRPCCommands(CRPCTable &tableRPC)
Register P2P networking RPC commands.
Definition: net.cpp:731
void RegisterEvoRPCCommands(CRPCTable &tableRPC)
Register Evo RPC commands.
Definition: rpcevo.cpp:1081
void RegisterBudgetRPCCommands(CRPCTable &tableRPC)
Register budget RPC commands.
Definition: budget.cpp:777
void RegisterQuorumsRPCCommands(CRPCTable &tableRPC)
Register Quorums RPC commands.
Definition: rpcquorums.cpp:435
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
Register block chain RPC commands.
CRPCTable tableRPC
Definition: server.cpp:565