Struct ethsync::EthProtocolInfo
[−]
[src]
pub struct EthProtocolInfo { pub version: u32, pub head: H256, pub difficulty: Option<U256>, }
Ethereum protocol info.
Fields
version: u32
Protocol version
head: H256
SHA3 of peer best block hash
difficulty: Option<U256>
Peer total difficulty if known