Module multiaddrs

Source
Expand description

Utilities for working with multiaddresses

Structs§

Multiaddr
Representation of a Multiaddr.

Enums§

Protocol
Protocol describes all possible multiaddress protocols.

Functions§

is_dns
Check whether the first multiaddress protocol component is a dns* component
is_private
Check whether the first multiaddress protocol component represents a private address
is_supported
Check whether the multiaddr protocol component is supported by this library
replace_transport_with_unspecified
Replaces the IPv4 and IPv6 from the network layer with a unspecified interface in any multiaddress.
resolve_dns_if_any
Resolves the DNS parts of a multiaddress and replaces it with the resolved IP address.
strip_p2p_protocol
Remove the p2p/<PeerId> component from a multiaddress