Bitcoin Core  25.99.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 
10 class CRPCTable;
11 
23 
25 {
35 #ifdef ENABLE_EXTERNAL_SIGNER
37 #endif // ENABLE_EXTERNAL_SIGNER
39 }
40 
41 #endif // BITCOIN_RPC_REGISTER_H
RPC command dispatcher.
Definition: server.h:135
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
Definition: mining.cpp:1045
void RegisterSignerRPCCommands(CRPCTable &tableRPC)
void RegisterMempoolRPCCommands(CRPCTable &)
Definition: mempool.cpp:913
void RegisterFeeRPCCommands(CRPCTable &)
Definition: fees.cpp:218
void RegisterNetRPCCommands(CRPCTable &)
Definition: net.cpp:971
void RegisterSignMessageRPCCommands(CRPCTable &)
void RegisterOutputScriptRPCCommands(CRPCTable &)
static void RegisterAllCoreRPCCommands(CRPCTable &t)
Definition: register.h:24
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
void RegisterNodeRPCCommands(CRPCTable &)
Definition: node.cpp:420
void RegisterTxoutProofRPCCommands(CRPCTable &)
Definition: txoutproof.cpp:171
CRPCTable tableRPC
Definition: server.cpp:606