Electroneum
Namespaces | Functions | Variables
message.cpp File Reference
#include "message.h"
#include "daemon_rpc_version.h"
#include "serialization/json_object.h"
#include "rapidjson/writer.h"
#include "rapidjson/stringbuffer.h"
Include dependency graph for message.cpp:

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 
 cryptonote::rpc
 
 cryptonote::rpc::anonymous_namespace{message.cpp}
 

Functions

std::string cryptonote::rpc::BAD_REQUEST (const std::string &request)
 
std::string cryptonote::rpc::BAD_REQUEST (const std::string &request, rapidjson::Value &id)
 
std::string cryptonote::rpc::BAD_JSON (const std::string &error_details)
 

Variables

constexpr const char cryptonote::rpc::anonymous_namespace{message.cpp}::error_field [] = "error"
 
constexpr const char cryptonote::rpc::anonymous_namespace{message.cpp}::id_field [] = "id"
 
constexpr const char cryptonote::rpc::anonymous_namespace{message.cpp}::method_field [] = "method"
 
constexpr const char cryptonote::rpc::anonymous_namespace{message.cpp}::params_field [] = "params"
 
constexpr const char cryptonote::rpc::anonymous_namespace{message.cpp}::result_field [] = "result"