Fabcoin Core  0.16.2
P2P Digital Currency
register.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2017 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 FABCOIN_RPCREGISTER_H
6 #define FABCOIN_RPCREGISTER_H
7 
10 class CRPCTable;
11 
22 
23 static inline void RegisterAllCoreRPCCommands(CRPCTable &t)
24 {
30 }
31 
32 #endif
Fabcoin RPC command dispatcher.
Definition: server.h:200
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
Register raw transaction RPC commands.
void RegisterMiscRPCCommands(CRPCTable &tableRPC)
Register miscellaneous RPC commands.
Definition: misc.cpp:669
CRPCTable tableRPC
Definition: server.cpp:599
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
Register block chain RPC commands.
void RegisterNetRPCCommands(CRPCTable &tableRPC)
Register P2P networking RPC commands.
Definition: net.cpp:642
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
Register mining RPC commands.
Definition: mining.cpp:1292