31 #include "byte_slice.h" 136 epee::byte_slice
handle(std::string&& request)
override final;
cryptonote::core & m_core
Definition: daemon_handler.h:144
SendRawTx::Response Response
Definition: daemon_messages.h:180
Definition: rpc_handler.h:52
nodetool::node_server< cryptonote::t_cryptonote_protocol_handler< cryptonote::core > > t_p2p
Definition: daemon_handler.h:41
Holds cryptonote related classes and helpers.
Definition: blockchain_db.cpp:44
bool getBlockHeaderByHash(const crypto::hash &hash_in, cryptonote::rpc::BlockHeaderResponse &response)
Definition: daemon_handler.cpp:878
t_p2p & m_p2p
Definition: daemon_handler.h:145
void handle(const GetHeight::Request &req, GetHeight::Response &res)
Definition: daemon_handler.cpp:120
~DaemonHandler()
Definition: daemon_handler.h:56
handles core cryptonote functionality
Definition: cryptonote_core.h:87
This is the original cryptonote protocol network-events handler, modified by us.
Definition: daemon_handler.h:50
POD_CLASS hash
Definition: hash.h:48
DaemonHandler(cryptonote::core &c, t_p2p &p2p)
Definition: daemon_handler.cpp:112
void handleTxBlob(std::string &&tx_blob, bool relay, SendRawTx::Response &res)
Definition: daemon_handler.cpp:362