PRCYCoin  2.0.0.7rc1
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
 
bool threadSafe
 
bool reqWallet
 

Detailed Description

Definition at line 118 of file server.h.

Member Data Documentation

◆ actor

rpcfn_type CRPCCommand::actor

Definition at line 123 of file server.h.

◆ category

std::string CRPCCommand::category

Definition at line 121 of file server.h.

◆ name

std::string CRPCCommand::name

Definition at line 122 of file server.h.

◆ okSafeMode

bool CRPCCommand::okSafeMode

Definition at line 124 of file server.h.

◆ reqWallet

bool CRPCCommand::reqWallet

Definition at line 126 of file server.h.

◆ threadSafe

bool CRPCCommand::threadSafe

Definition at line 125 of file server.h.


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