Electroneum
core_rpc_server.h File Reference
#include <boost/program_options/options_description.hpp>
#include <boost/program_options/variables_map.hpp>
#include "net/http_server_impl_base.h"
#include "net/http_client.h"
#include "core_rpc_server_commands_defs.h"
#include "cryptonote_core/cryptonote_core.h"
#include "p2p/net_node.h"
#include "cryptonote_protocol/cryptonote_protocol_handler.h"
#include "common/i18n.h"
Include dependency graph for core_rpc_server.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  cryptonote::core_rpc_server
 

Namespaces

 cryptonote
 Holds cryptonote related classes and helpers.
 

Macros

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "daemon.rpc"
 

Functions

 BOOST_CLASS_VERSION (nodetool::node_server< cryptonote::t_cryptonote_protocol_handler< cryptonote::core > >, 1)
 

Macro Definition Documentation

◆ ELECTRONEUM_DEFAULT_LOG_CATEGORY

#define ELECTRONEUM_DEFAULT_LOG_CATEGORY   "daemon.rpc"

Definition at line 47 of file core_rpc_server.h.

Function Documentation

◆ BOOST_CLASS_VERSION()