Electroneum
cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t Struct Reference

#include <cryptonote_protocol_defs.h>

Collaboration diagram for cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t:

Public Attributes

std::vector< blobdatatxs
 
std::vector< block_complete_entryblocks
 
std::vector< crypto::hashmissed_ids
 
uint64_t current_blockchain_height
 

Detailed Description

Definition at line 191 of file cryptonote_protocol_defs.h.

Member Data Documentation

◆ blocks

std::vector<block_complete_entry> cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::blocks

Definition at line 194 of file cryptonote_protocol_defs.h.

◆ current_blockchain_height

uint64_t cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::current_blockchain_height

Definition at line 196 of file cryptonote_protocol_defs.h.

◆ missed_ids

std::vector<crypto::hash> cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::missed_ids

Definition at line 195 of file cryptonote_protocol_defs.h.

◆ txs

std::vector<blobdata> cryptonote::NOTIFY_RESPONSE_GET_OBJECTS::request_t::txs

Definition at line 193 of file cryptonote_protocol_defs.h.


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