Struct ethcore_rpc::v1::types::LesProtocolInfo [] [src]

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

Peer LES protocol information

Fields

Negotiated LES protocol version

Peer total difficulty

SHA3 of peer best block hash

Trait Implementations

impl Debug for LesProtocolInfo
[src]

Formats the value using the given formatter.

impl Default for LesProtocolInfo
[src]

Returns the "default value" for a type. Read more

impl From<LesProtocolInfo> for LesProtocolInfo
[src]

Performs the conversion.