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