Trait tc_network::NetworkStateInfo[][src]

pub trait NetworkStateInfo {
    fn external_addresses(&self) -> Vec<Multiaddr>;
fn local_peer_id(&self) -> PeerId; }

Trait for providing information about the local network state

Required methods

fn external_addresses(&self) -> Vec<Multiaddr>[src]

Returns the local external addresses.

fn local_peer_id(&self) -> PeerId[src]

Returns the local Peer ID.

Loading content...

Implementors

impl<B, H> NetworkStateInfo for NetworkService<B, H> where
    B: Block,
    H: ExHashT
[src]

fn external_addresses(&self) -> Vec<Multiaddr>[src]

Returns the local external addresses.

fn local_peer_id(&self) -> PeerId[src]

Returns the local Peer ID.

Loading content...