Struct ethsync::LesProtocolInfo [] [src]

pub struct LesProtocolInfo {
    pub version: u32,
    pub head: H256,
    pub difficulty: U256,
}

LES protocol info.

Fields

Protocol version

SHA3 of peer best block hash

Peer total difficulty if known

Trait Implementations

impl Debug for LesProtocolInfo
[src]

Formats the value using the given formatter.

impl From<Status> for LesProtocolInfo
[src]

Performs the conversion.