Bitcoin Core  27.1.0
P2P Digital Currency
register.h
Go to the documentation of this file.
1 // Copyright (c) 2009-2022 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 
8 #if defined(HAVE_CONFIG_H)
10 #endif
11 
14 class CRPCTable;
15 
27 
29 {
39 #ifdef ENABLE_EXTERNAL_SIGNER
41 #endif // ENABLE_EXTERNAL_SIGNER
43 }
44 
45 #endif // BITCOIN_RPC_REGISTER_H
void RegisterTxoutProofRPCCommands(CRPCTable &)
Definition: txoutproof.cpp:171
void RegisterOutputScriptRPCCommands(CRPCTable &)
void RegisterSignerRPCCommands(CRPCTable &tableRPC)
RPC command dispatcher.
Definition: server.h:132
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
static void RegisterAllCoreRPCCommands(CRPCTable &t)
Definition: register.h:28
void RegisterNetRPCCommands(CRPCTable &)
Definition: net.cpp:1155
void RegisterNodeRPCCommands(CRPCTable &)
Definition: node.cpp:406
CRPCTable tableRPC
Definition: server.cpp:604
void RegisterMempoolRPCCommands(CRPCTable &)
Definition: mempool.cpp:988
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
void RegisterSignMessageRPCCommands(CRPCTable &)
void RegisterFeeRPCCommands(CRPCTable &)
Definition: fees.cpp:221
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
Definition: mining.cpp:1098