|
Electroneum
|
#include <cryptonote_protocol_defs.h>

Public Attributes | |
| uint64_t | start_height |
| uint64_t | total_height |
| uint64_t | cumulative_difficulty |
| uint64_t | cumulative_difficulty_top64 |
| std::vector< crypto::hash > | m_block_ids |
Definition at line 247 of file cryptonote_protocol_defs.h.
| uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::cumulative_difficulty |
Definition at line 251 of file cryptonote_protocol_defs.h.
| uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::cumulative_difficulty_top64 |
Definition at line 252 of file cryptonote_protocol_defs.h.
| std::vector<crypto::hash> cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::m_block_ids |
Definition at line 253 of file cryptonote_protocol_defs.h.
| uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::start_height |
Definition at line 249 of file cryptonote_protocol_defs.h.
| uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::total_height |
Definition at line 250 of file cryptonote_protocol_defs.h.