|
Electroneum
|
#include <cryptonote_protocol_handler.h>

Public Member Functions | |
| cryptonote_protocol_handler_base () | |
| virtual | ~cryptonote_protocol_handler_base () |
| void | handler_request_blocks_history (std::list< crypto::hash > &ids) |
| void | handler_response_blocks_now (size_t packet_size) |
| virtual double | get_avg_block_size ()=0 |
| virtual double | estimate_one_block_size () noexcept |
Definition at line 62 of file cryptonote_protocol_handler.h.
| cryptonote::cryptonote_protocol_handler_base::cryptonote_protocol_handler_base | ( | ) |
Definition at line 95 of file cryptonote_protocol_handler-base.cpp.
|
virtual |
Definition at line 98 of file cryptonote_protocol_handler-base.cpp.
|
virtualnoexcept |
Definition at line 83 of file cryptonote_protocol_handler-base.cpp.

|
pure virtual |

| void cryptonote::cryptonote_protocol_handler_base::handler_request_blocks_history | ( | std::list< crypto::hash > & | ids | ) |
Definition at line 101 of file cryptonote_protocol_handler-base.cpp.
| void cryptonote::cryptonote_protocol_handler_base::handler_response_blocks_now | ( | size_t | packet_size | ) |
Definition at line 104 of file cryptonote_protocol_handler-base.cpp.
