Trait sc_network_common::service::NetworkStateInfo
source · pub trait NetworkStateInfo {
// Required methods
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§
sourcefn external_addresses(&self) -> Vec<Multiaddr> ⓘ
fn external_addresses(&self) -> Vec<Multiaddr> ⓘ
Returns the local external addresses.
sourcefn local_peer_id(&self) -> PeerId
fn local_peer_id(&self) -> PeerId
Returns the local Peer ID.