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

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

Peer Ethereum protocol information

Fields

Negotiated ethereum protocol version

Peer total difficulty if known

SHA3 of peer best block hash

Trait Implementations

impl Debug for EthProtocolInfo
[src]

Formats the value using the given formatter.

impl Default for EthProtocolInfo
[src]

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

impl From<EthProtocolInfo> for EthProtocolInfo
[src]

Performs the conversion.