Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
CRPCCommand Class Reference
#include <server.h>
Collaboration diagram for CRPCCommand:Public Attributes | |
| std::string | category |
| std::string | name |
| rpcfn_type | actor |
| std::vector< std::string > | argNames |
Detailed Description
Member Data Documentation
◆ actor
| rpcfn_type CRPCCommand::actor |
Definition at line 133 of file server.h.
Referenced by CRPCTable::execute(), and CRPCTable::help().
◆ argNames
| std::vector<std::string> CRPCCommand::argNames |
Definition at line 134 of file server.h.
Referenced by CRPCTable::execute().
◆ category
| std::string CRPCCommand::category |
Definition at line 131 of file server.h.
Referenced by CRPCTable::help().
◆ name
| std::string CRPCCommand::name |
Definition at line 132 of file server.h.
Referenced by CRPCTable::CRPCTable(), CRPCTable::help(), RegisterBlockchainRPCCommands(), RegisterGovernanceRPCCommands(), RegisterMasternodeRPCCommands(), RegisterMiningRPCCommands(), RegisterMiscRPCCommands(), RegisterNetRPCCommands(), RegisterPrivateSendRPCCommands(), RegisterQuorumsRPCCommands(), RegisterRawTransactionRPCCommands(), and RegisterWalletRPCCommands().
The documentation for this class was generated from the following file:
- src/rpc/server.h

