![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <server.h>
Public Member Functions | |
JSONRequest () | |
void | parse (const UniValue &valRequest) |
Public Attributes | |
UniValue | id |
std::string | strMethod |
UniValue | params |
void JSONRequest::parse | ( | const UniValue & | valRequest | ) |
Definition at line 478 of file server.cpp.
Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().
UniValue JSONRequest::id |
Definition at line 38 of file server.h.
Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().
UniValue JSONRequest::params |
Definition at line 40 of file server.h.
Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().
std::string JSONRequest::strMethod |
Definition at line 39 of file server.h.
Referenced by HTTPReq_JSONRPC(), and JSONRPCExecOne().