135 std::string
handle(
const std::string& request);
void handleTxBlob(const std::string &tx_blob, bool relay, SendRawTx::Response &res)
Definition: daemon_handler.cpp:282
cryptonote::core & m_core
Definition: daemon_handler.h:143
SendRawTx::Response Response
Definition: daemon_messages.h:179
Definition: rpc_handler.h:51
nodetool::node_server< cryptonote::t_cryptonote_protocol_handler< cryptonote::core > > t_p2p
Definition: daemon_handler.h:40
Holds cryptonote related classes and helpers.
Definition: db_bdb.cpp:225
bool getBlockHeaderByHash(const crypto::hash &hash_in, cryptonote::rpc::BlockHeaderResponse &response)
Definition: daemon_handler.cpp:798
t_p2p & m_p2p
Definition: daemon_handler.h:144
void handle(const GetHeight::Request &req, GetHeight::Response &res)
Definition: daemon_handler.cpp:45
~DaemonHandler()
Definition: daemon_handler.h:55
handles core cryptonote functionality
Definition: cryptonote_core.h:85
This is the orginal cryptonote protocol network-events handler, modified by us.
Definition: daemon_handler.h:49
POD_CLASS hash
Definition: hash.h:50
DaemonHandler(cryptonote::core &c, t_p2p &p2p)
Definition: daemon_handler.h:53