![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include <WarpCapability.h>
Public Attributes | |
| unsigned | m_protocolVersion = 0 |
| Peer's protocol version. More... | |
| u256 | m_networkId |
| Peer's network id. More... | |
| Asking | m_asking = Asking::Nothing |
| What, if anything, we last asked the other peer for. More... | |
| time_t | m_lastAsk |
| When we asked for it. Allows a time out. More... | |
| h256 | m_latestHash |
| These are determined through either a Status message. More... | |
| u256 | m_totalDifficulty |
| Peer's latest block's total difficulty. More... | |
| h256 | m_genesisHash |
| Peer's genesis hash. More... | |
| h256 | m_snapshotHash |
| u256 | m_snapshotNumber |
Definition at line 30 of file WarpCapability.h.
| Asking dev::eth::WarpPeerStatus::m_asking = Asking::Nothing |
What, if anything, we last asked the other peer for.
Definition at line 39 of file WarpCapability.h.
| h256 dev::eth::WarpPeerStatus::m_genesisHash |
Peer's genesis hash.
Definition at line 46 of file WarpCapability.h.
| time_t dev::eth::WarpPeerStatus::m_lastAsk |
When we asked for it. Allows a time out.
Definition at line 41 of file WarpCapability.h.
| h256 dev::eth::WarpPeerStatus::m_latestHash |
These are determined through either a Status message.
Peer's latest block's hash.
Definition at line 44 of file WarpCapability.h.
| u256 dev::eth::WarpPeerStatus::m_networkId |
Peer's network id.
Definition at line 36 of file WarpCapability.h.
| unsigned dev::eth::WarpPeerStatus::m_protocolVersion = 0 |
Peer's protocol version.
Definition at line 33 of file WarpCapability.h.
| h256 dev::eth::WarpPeerStatus::m_snapshotHash |
Definition at line 47 of file WarpCapability.h.
| u256 dev::eth::WarpPeerStatus::m_snapshotNumber |
Definition at line 48 of file WarpCapability.h.
| u256 dev::eth::WarpPeerStatus::m_totalDifficulty |
Peer's latest block's total difficulty.
Definition at line 45 of file WarpCapability.h.