Bitcoin
|
#include <request.h>
Public Member Functions | |
JSONRPCRequest () | |
void | parse (const UniValue &valRequest) |
Public Attributes | |
UniValue | id |
std::string | strMethod |
UniValue | params |
bool | fHelp |
std::string | URI |
std::string | authUser |
std::string | peerAddr |
|
inline |
void JSONRPCRequest::parse | ( | const UniValue & | valRequest | ) |
std::string JSONRPCRequest::authUser |
bool JSONRPCRequest::fHelp |
UniValue JSONRPCRequest::id |
UniValue JSONRPCRequest::params |
std::string JSONRPCRequest::peerAddr |
std::string JSONRPCRequest::strMethod |
std::string JSONRPCRequest::URI |