Struct ethsync::EthProtocolInfo [] [src]

pub struct EthProtocolInfo {
    pub version: u32,
    pub head: H256,
    pub difficulty: Option<U256>,
}

Ethereum protocol info.

Fields

Protocol version

SHA3 of peer best block hash

Peer total difficulty if known

Trait Implementations

impl Debug for EthProtocolInfo
[src]

Formats the value using the given formatter.