Electroneum
cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t Struct Reference

#include <cryptonote_protocol_defs.h>

Collaboration diagram for cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t:

Public Attributes

uint64_t start_height
 
uint64_t total_height
 
uint64_t cumulative_difficulty
 
uint64_t cumulative_difficulty_top64
 
std::vector< crypto::hashm_block_ids
 

Detailed Description

Definition at line 247 of file cryptonote_protocol_defs.h.

Member Data Documentation

◆ cumulative_difficulty

uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::cumulative_difficulty

Definition at line 251 of file cryptonote_protocol_defs.h.

◆ cumulative_difficulty_top64

uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::cumulative_difficulty_top64

Definition at line 252 of file cryptonote_protocol_defs.h.

◆ m_block_ids

std::vector<crypto::hash> cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::m_block_ids

Definition at line 253 of file cryptonote_protocol_defs.h.

◆ start_height

uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::start_height

Definition at line 249 of file cryptonote_protocol_defs.h.

◆ total_height

uint64_t cryptonote::NOTIFY_RESPONSE_CHAIN_ENTRY::request_t::total_height

Definition at line 250 of file cryptonote_protocol_defs.h.


The documentation for this struct was generated from the following file: