![]() |
Fabcoin Core
0.16.2
P2P Digital Currency
|
#include <CommonNet.h>
Public Attributes | |
| SyncState | state = SyncState::Idle |
| unsigned | protocolVersion = 0 |
| unsigned | startBlockNumber |
| unsigned | currentBlockNumber |
| unsigned | highestBlockNumber |
| bool | majorSyncing = false |
Definition at line 101 of file CommonNet.h.
| 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.
1.8.11