Trait sc_network::NetworkStateInfo [−][src]
pub trait NetworkStateInfo { fn external_addresses(&self) -> Vec<Multiaddr>; fn local_peer_id(&self) -> PeerId; }
Expand description
Trait for providing information about the local network state
Required methods
fn external_addresses(&self) -> Vec<Multiaddr>
fn external_addresses(&self) -> Vec<Multiaddr>
Returns the local external addresses.
fn local_peer_id(&self) -> PeerId
fn local_peer_id(&self) -> PeerId
Returns the local Peer ID.