|
Monero
|
#include <rapidjson/document.h>#include <rapidjson/writer.h>#include <string>#include "byte_slice.h"#include "byte_stream.h"#include "rpc/message_data_structs.h"

Go to the source code of this file.
Classes | |
| class | cryptonote::rpc::Message |
| class | cryptonote::rpc::FullMessage |
Namespaces | |
| namespace | cryptonote |
| Holds cryptonote related classes and helpers. | |
| namespace | cryptonote::rpc |
Functions | |
| epee::byte_slice | cryptonote::rpc::BAD_REQUEST (const std::string &request) |
| epee::byte_slice | cryptonote::rpc::BAD_REQUEST (const std::string &request, const rapidjson::Value &id) |
| epee::byte_slice | cryptonote::rpc::BAD_JSON (const std::string &error_details) |