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

Returns the local external addresses.

Returns the local Peer ID.

Implementors