|
Electroneum
|
#include <cryptonote_protocol_defs.h>

Public Attributes | |
| std::vector< blobdata > | txs |
| std::vector< block_complete_entry > | blocks |
| std::vector< crypto::hash > | missed_ids |
| uint64_t | current_blockchain_height |
Definition at line 191 of file cryptonote_protocol_defs.h.
| std::vector<block_complete_entry> cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::blocks |
Definition at line 194 of file cryptonote_protocol_defs.h.
| uint64_t cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::current_blockchain_height |
Definition at line 196 of file cryptonote_protocol_defs.h.
| std::vector<crypto::hash> cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::missed_ids |
Definition at line 195 of file cryptonote_protocol_defs.h.
| std::vector<blobdata> cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::txs |
Definition at line 193 of file cryptonote_protocol_defs.h.