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