[#CRPCTable] = CRPCTable :mrdocs: Registry of available RPC commands. == Synopsis Declared in `<rpc/server.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- class CRPCTable; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:CRPCTable/2constructor.adoc[`CRPCTable`] [.small]#[constructor]# | Construct the dispatch table with the built‐in commands registered. | xref:CRPCTable/appendCommand.adoc[`appendCommand`] | Appends a CRPCCommand to the dispatch table. | xref:CRPCTable/buildOpenRPCDoc.adoc[`buildOpenRPCDoc`] | Return a complete OpenRPC 1.4.1 document for registered commands. | xref:CRPCTable/dumpArgMap.adoc[`dumpArgMap`] | Return all named arguments that need to be converted by the client from string to another JSON type | xref:CRPCTable/execute.adoc[`execute`] | Execute a method. | xref:CRPCTable/help.adoc[`help`] | Build the help text for a command, or the command overview. | xref:CRPCTable/listCommands.adoc[`listCommands`] | Returns a list of registered commands | xref:CRPCTable/removeCommand.adoc[`removeCommand`] | Remove a previously registered command from the dispatch table. |=== == Non-Member Functions [cols="1,4"] |=== | Name| Description | xref:RegisterBlockchainRPCCommands.adoc[`RegisterBlockchainRPCCommands`] | Register the blockchain RPC commands. | xref:RegisterFeeRPCCommands.adoc[`RegisterFeeRPCCommands`] | Register the fee‐estimation RPC commands. | xref:RegisterMempoolRPCCommands.adoc[`RegisterMempoolRPCCommands`] | Register the mempool RPC commands. | xref:RegisterMiningRPCCommands.adoc[`RegisterMiningRPCCommands`] | Register the mining RPC commands. | xref:RegisterNetRPCCommands.adoc[`RegisterNetRPCCommands`] | Register the network RPC commands. | xref:RegisterNodeRPCCommands.adoc[`RegisterNodeRPCCommands`] | Register the node RPC commands. | xref:RegisterOutputScriptRPCCommands.adoc[`RegisterOutputScriptRPCCommands`] | Register the output‐script RPC commands. | xref:RegisterRawTransactionRPCCommands.adoc[`RegisterRawTransactionRPCCommands`] | Register the raw‐transaction RPC commands. | xref:RegisterSignMessageRPCCommands.adoc[`RegisterSignMessageRPCCommands`] | Register the message‐signing RPC commands. | xref:RegisterSignerRPCCommands.adoc[`RegisterSignerRPCCommands`] | Register the external‐signer RPC commands. | xref:RegisterTxoutProofRPCCommands.adoc[`RegisterTxoutProofRPCCommands`] | Register the txout‐proof RPC commands. | xref:RegisterZMQRPCCommands.adoc[`RegisterZMQRPCCommands`] | Register the ZMQ‐related RPC commands. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#