5 #ifndef BITCOIN_RPC_REGISTER_H 6 #define BITCOIN_RPC_REGISTER_H 37 #ifdef ENABLE_EXTERNAL_SIGNER 39 #endif // ENABLE_EXTERNAL_SIGNER 43 #endif // BITCOIN_RPC_REGISTER_H void RegisterTxoutProofRPCCommands(CRPCTable &)
void RegisterOutputScriptRPCCommands(CRPCTable &)
void RegisterSignerRPCCommands(CRPCTable &tableRPC)
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
static void RegisterAllCoreRPCCommands(CRPCTable &t)
void RegisterNetRPCCommands(CRPCTable &)
void RegisterNodeRPCCommands(CRPCTable &)
void RegisterMempoolRPCCommands(CRPCTable &)
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
void RegisterSignMessageRPCCommands(CRPCTable &)
void RegisterFeeRPCCommands(CRPCTable &)
void RegisterMiningRPCCommands(CRPCTable &tableRPC)