#include <message.h>
Definition at line 59 of file message.h.
◆ Message()
| cryptonote::rpc::Message::Message |
( |
| ) |
|
|
inline |
Definition at line 68 of file message.h.
static const char * STATUS_OK
◆ ~Message()
| virtual cryptonote::rpc::Message::~Message |
( |
| ) |
|
|
inlinevirtual |
◆ fromJson()
Definition at line 70 of file message.cpp.
std::string error_details
#define GET_FROM_JSON_OBJECT(source, dst, key)
◆ toJson()
Definition at line 57 of file message.cpp.
61 auto& al = doc.GetAllocator();
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
GenericStringRef< CharType > StringRef(const CharType *str)
Mark a character pointer as constant string.
#define INSERT_INTO_JSON_OBJECT(jsonVal, doc, key, source)
◆ 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:
- /home/abuild/rpmbuild/BUILD/electroneum-4.0.0.0/src/rpc/message.h
- /home/abuild/rpmbuild/BUILD/electroneum-4.0.0.0/src/rpc/message.cpp