Ethereum  PoC-8
The C++ Implementation of Ethereum
dev::eth::SyncStatus Struct Reference

#include <CommonNet.h>

Public Attributes

SyncState state = SyncState::Idle
 
unsigned protocolVersion = 0
 
unsigned startBlockNumber
 
unsigned currentBlockNumber
 
unsigned highestBlockNumber
 
bool majorSyncing = false
 

Detailed Description

Definition at line 95 of file CommonNet.h.

Member Data Documentation

◆ currentBlockNumber

unsigned dev::eth::SyncStatus::currentBlockNumber

Definition at line 100 of file CommonNet.h.

◆ highestBlockNumber

unsigned dev::eth::SyncStatus::highestBlockNumber

Definition at line 101 of file CommonNet.h.

◆ majorSyncing

bool dev::eth::SyncStatus::majorSyncing = false

Definition at line 102 of file CommonNet.h.

◆ protocolVersion

unsigned dev::eth::SyncStatus::protocolVersion = 0

Definition at line 98 of file CommonNet.h.

◆ startBlockNumber

unsigned dev::eth::SyncStatus::startBlockNumber

Definition at line 99 of file CommonNet.h.

◆ state

SyncState dev::eth::SyncStatus::state = SyncState::Idle

Definition at line 97 of file CommonNet.h.


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