![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <server.h>
Public Attributes | |
std::string | category |
std::string | name |
rpcfn_type | actor |
bool | okSafeMode |
rpcfn_type CRPCCommand::actor |
Definition at line 121 of file server.h.
Referenced by CRPCTable::execute(), and CRPCTable::help().
std::string CRPCCommand::category |
Definition at line 119 of file server.h.
Referenced by CRPCTable::help().
std::string CRPCCommand::name |
Definition at line 120 of file server.h.
Referenced by CRPCTable::CRPCTable(), and CRPCTable::help().
bool CRPCCommand::okSafeMode |
Definition at line 122 of file server.h.
Referenced by OnRPCPreCommand().