Fabcoin Core  0.16.2
P2P Digital Currency
Public Attributes | List of all members
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 101 of file CommonNet.h.

Member Data Documentation

unsigned dev::eth::SyncStatus::currentBlockNumber

Definition at line 106 of file CommonNet.h.

unsigned dev::eth::SyncStatus::highestBlockNumber

Definition at line 107 of file CommonNet.h.

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

Definition at line 108 of file CommonNet.h.

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

Definition at line 104 of file CommonNet.h.

unsigned dev::eth::SyncStatus::startBlockNumber

Definition at line 105 of file CommonNet.h.

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

Definition at line 103 of file CommonNet.h.


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