#include <message.h>
◆ Message()
| cryptonote::rpc::Message::Message |
( |
| ) |
|
|
inline |
◆ ~Message()
| virtual cryptonote::rpc::Message::~Message |
( |
| ) |
|
|
inlinevirtual |
◆ fromJson()
| void cryptonote::rpc::Message::fromJson |
( |
rapidjson::Value & |
val | ) |
|
|
virtual |
◆ toJson()
| rapidjson::Value cryptonote::rpc::Message::toJson |
( |
rapidjson::Document & |
doc | ) |
const |
|
virtual |
◆ error_details
| std::string cryptonote::rpc::Message::error_details |
◆ rpc_version
| uint32_t cryptonote::rpc::Message::rpc_version |
◆ status
| std::string cryptonote::rpc::Message::status |
◆ STATUS_BAD_JSON
| const char * cryptonote::rpc::Message::STATUS_BAD_JSON = "Malformed json" |
|
static |
◆ STATUS_BAD_REQUEST
| const char * cryptonote::rpc::Message::STATUS_BAD_REQUEST = "Invalid request type" |
|
static |
◆ STATUS_FAILED
| const char * cryptonote::rpc::Message::STATUS_FAILED = "Failed" |
|
static |
◆ STATUS_OK
| const char * cryptonote::rpc::Message::STATUS_OK = "OK" |
|
static |
◆ STATUS_RETRY
| const char * cryptonote::rpc::Message::STATUS_RETRY = "Retry" |
|
static |
The documentation for this class was generated from the following files: