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
version: u32
Negotiated ethereum protocol version
difficulty: Option<U256>
Peer total difficulty if known
head: String
SHA3 of peer best block hash
Trait Implementations
impl Debug for EthProtocolInfo
[src]
impl Default for EthProtocolInfo
[src]
fn default() -> EthProtocolInfo
Returns the "default value" for a type. Read more
impl From<EthProtocolInfo> for EthProtocolInfo
[src]
fn from(info: EthProtocolInfo) -> Self
Performs the conversion.