pub async fn get_listen_address(network: Arc<dyn NetworkService>) -> Multiaddr
Expand description
Get the listen multiaddr from the network service.
The address is used to connect to the node.
pub async fn get_listen_address(network: Arc<dyn NetworkService>) -> Multiaddr
Get the listen multiaddr from the network service.
The address is used to connect to the node.