Raven Core  3.0.0
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
 
std::vector< std::string > argNames
 

Detailed Description

Definition at line 131 of file server.h.

Member Data Documentation

◆ actor

rpcfn_type CRPCCommand::actor

Definition at line 136 of file server.h.

◆ argNames

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

Definition at line 137 of file server.h.

◆ category

std::string CRPCCommand::category

Definition at line 134 of file server.h.

◆ name

std::string CRPCCommand::name

Definition at line 135 of file server.h.


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