Registry of available RPC commands.
Synopsis
Declared in <rpc/server.h>
class CRPCTable;
Member Functions
Name |
Description |
|
Construct the dispatch table with the built‐in commands registered. |
Appends a CRPCCommand to the dispatch table. |
|
Return a complete OpenRPC 1.4.1 document for registered commands. |
|
Return all named arguments that need to be converted by the client from string to another JSON type |
|
Execute a method. |
|
Build the help text for a command, or the command overview. |
|
Returns a list of registered commands |
|
Remove a previously registered command from the dispatch table. |
Non-Member Functions
Name |
Description |
Register the blockchain RPC commands. |
|
Register the fee‐estimation RPC commands. |
|
Register the mempool RPC commands. |
|
Register the mining RPC commands. |
|
Register the network RPC commands. |
|
Register the node RPC commands. |
|
Register the output‐script RPC commands. |
|
Register the raw‐transaction RPC commands. |
|
Register the message‐signing RPC commands. |
|
Register the external‐signer RPC commands. |
|
Register the txout‐proof RPC commands. |
|
Register the ZMQ‐related RPC commands. |
Created with MrDocs