pub type Multiaddr = String;Expand description
Multiaddress used for network addressing
Currently implemented as a String for simplicity, but will be replaced
with proper libp2p Multiaddr type in future versions.
Aliased Typeยง
pub struct Multiaddr { /* private fields */ }