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

pub struct PeerNetworkInfo {
    pub remote_address: String,
    pub local_address: String,
}

Peer network information

Fields

Remote endpoint address

Local endpoint address

Trait Implementations

impl Debug for PeerNetworkInfo
[src]

Formats the value using the given formatter.

impl Default for PeerNetworkInfo
[src]

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