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