Raven Core  3.0.0
P2P Digital Currency
register.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2016 The Bitcoin Core developers
2 // Copyright (c) 2017-2019 The Raven Core developers
3 // Distributed under the MIT software license, see the accompanying
4 // file COPYING or http://www.opensource.org/licenses/mit-license.php.
5 
6 #ifndef RAVEN_RPCREGISTER_H
7 #define RAVEN_RPCREGISTER_H
8 
11 class CRPCTable;
12 
27 
28 static inline void RegisterAllCoreRPCCommands(CRPCTable &t)
29 {
37 }
38 
39 #endif
Raven RPC command dispatcher.
Definition: server.h:143
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
Register raw transaction RPC commands.
void RegisterMiscRPCCommands(CRPCTable &tableRPC)
Register miscellaneous RPC commands.
Definition: misc.cpp:1351
CRPCTable tableRPC
Definition: server.cpp:567
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
Register block chain RPC commands.
void RegisterAssetRPCCommands(CRPCTable &tableRPC)
Register asset RPC commands.
Definition: assets.cpp:2674
void RegisterNetRPCCommands(CRPCTable &tableRPC)
Register P2P networking RPC commands.
Definition: net.cpp:669
void RegisterMessageRPCCommands(CRPCTable &tableRPC)
Register message RPC commands.
Definition: messages.cpp:411
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
Register mining RPC commands.
Definition: mining.cpp:1075