|
Electroneum
|
#include <cryptonote_protocol_handler_common.h>

Public Member Functions | |
| virtual bool | relay_block (NOTIFY_NEW_BLOCK::request &arg, cryptonote_connection_context &exclude_context)=0 |
| virtual bool | relay_transactions (NOTIFY_NEW_TRANSACTIONS::request &arg, cryptonote_connection_context &exclude_context)=0 |
| virtual bool | request_validators_list (cryptonote_connection_context &context)=0 |
| virtual bool | request_validators_list_to_all ()=0 |
| virtual bool | relay_emergency_validator_list (NOTIFY_EMERGENCY_VALIDATORS_LIST::request &arg, cryptonote_connection_context &exclude_context)=0 |
Definition at line 42 of file cryptonote_protocol_handler_common.h.
|
pure virtual |
|
pure virtual |
Implemented in cryptonote::cryptonote_protocol_stub.
|
pure virtual |
Implemented in cryptonote::cryptonote_protocol_stub.
|
pure virtual |
Implemented in cryptonote::cryptonote_protocol_stub.
|
pure virtual |