A libp2p transport is understood as something that offers a dial and listen interface to establish connections.
Used by the isTransport function
Used to identify the transport
Create transport listeners.
Dial a given multiaddr.
Takes a list of Multiaddrs and returns only valid addresses for the transport
Multiaddr
A libp2p transport is understood as something that offers a dial and listen interface to establish connections.