Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
CRPCCommand Class Reference

#include <server.h>

Collaboration diagram for CRPCCommand:
[legend]

Public Attributes

std::string category
 
std::string name
 
rpcfn_type actor
 
bool okSafeMode
 
std::vector< std::string > argNames
 

Detailed Description

Definition at line 187 of file server.h.

Member Data Documentation

rpcfn_type CRPCCommand::actor

Definition at line 192 of file server.h.

std::vector<std::string> CRPCCommand::argNames

Definition at line 194 of file server.h.

std::string CRPCCommand::category

Definition at line 190 of file server.h.

std::string CRPCCommand::name

Definition at line 191 of file server.h.

bool CRPCCommand::okSafeMode

Definition at line 193 of file server.h.


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