PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
JSONRequest Class Reference

#include <server.h>

Collaboration diagram for JSONRequest:
[legend]

Public Member Functions

 JSONRequest ()
 
void parse (const UniValue &valRequest)
 

Public Attributes

UniValue id
 
std::string strMethod
 
UniValue params
 

Detailed Description

Definition at line 37 of file server.h.

Constructor & Destructor Documentation

◆ JSONRequest()

JSONRequest::JSONRequest ( )
inline

Definition at line 44 of file server.h.

Member Function Documentation

◆ parse()

void JSONRequest::parse ( const UniValue valRequest)

Definition at line 509 of file server.cpp.

Here is the call graph for this function:

Member Data Documentation

◆ id

UniValue JSONRequest::id

Definition at line 40 of file server.h.

◆ params

UniValue JSONRequest::params

Definition at line 42 of file server.h.

◆ strMethod

std::string JSONRequest::strMethod

Definition at line 41 of file server.h.


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