pub type Multiaddr = NetworkAddress;Expand description
Network address used for peer-to-peer communication
Supports both traditional IP:port format and human-readable four-word format.
Aliased Type§
pub struct Multiaddr {
pub socket_addr: SocketAddr,
pub four_words: Option<String>,
}Fields§
§socket_addr: SocketAddrThe socket address (IP + port)
four_words: Option<String>Optional four-word representation