Dash Core  0.12.2.1
P2P Digital Currency
JSONRequest Class Reference

#include <server.h>

Public Member Functions

 JSONRequest ()
 
void parse (const UniValue &valRequest)
 

Public Attributes

UniValue id
 
std::string strMethod
 
UniValue params
 

Detailed Description

Definition at line 35 of file server.h.

Constructor & Destructor Documentation

◆ JSONRequest()

JSONRequest::JSONRequest ( )
inline

Definition at line 42 of file server.h.

Member Function Documentation

◆ parse()

void JSONRequest::parse ( const UniValue valRequest)

Definition at line 478 of file server.cpp.

Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().

Member Data Documentation

◆ id

UniValue JSONRequest::id

Definition at line 38 of file server.h.

Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().

◆ params

UniValue JSONRequest::params

Definition at line 40 of file server.h.

Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().

◆ strMethod

std::string JSONRequest::strMethod

Definition at line 39 of file server.h.

Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().


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