Dash Core  0.12.2.1
P2P Digital Currency
CRPCCommand Class Reference

#include <server.h>

Public Attributes

std::string category
 
std::string name
 
rpcfn_type actor
 
bool okSafeMode
 

Detailed Description

Definition at line 116 of file server.h.

Member Data Documentation

◆ actor

rpcfn_type CRPCCommand::actor

Definition at line 121 of file server.h.

Referenced by CRPCTable::execute(), and CRPCTable::help().

◆ category

std::string CRPCCommand::category

Definition at line 119 of file server.h.

Referenced by CRPCTable::help().

◆ name

std::string CRPCCommand::name

Definition at line 120 of file server.h.

Referenced by CRPCTable::CRPCTable(), and CRPCTable::help().

◆ okSafeMode

bool CRPCCommand::okSafeMode

Definition at line 122 of file server.h.

Referenced by OnRPCPreCommand().


The documentation for this class was generated from the following file: