5#ifndef BITCOIN_RPC_REGISTER_H
6#define BITCOIN_RPC_REGISTER_H
8#include <bitcoin-build-config.h>
37#ifdef ENABLE_EXTERNAL_SIGNER
void RegisterRawTransactionRPCCommands(CRPCTable &tableRPC)
void RegisterMiningRPCCommands(CRPCTable &tableRPC)
void RegisterSignerRPCCommands(CRPCTable &tableRPC)
void RegisterMempoolRPCCommands(CRPCTable &)
void RegisterFeeRPCCommands(CRPCTable &)
void RegisterNetRPCCommands(CRPCTable &)
void RegisterSignMessageRPCCommands(CRPCTable &)
void RegisterOutputScriptRPCCommands(CRPCTable &)
static void RegisterAllCoreRPCCommands(CRPCTable &t)
void RegisterBlockchainRPCCommands(CRPCTable &tableRPC)
void RegisterNodeRPCCommands(CRPCTable &)
void RegisterTxoutProofRPCCommands(CRPCTable &)