ProtocolID typedef

ProtocolID = String

ProtocolID is a string identifier for a protocol.

These are used to identify which protocol to use when communicating with a peer. Protocol IDs are usually path-like, e.g. "/ipfs/kad/1.0.0"

Implementation

typedef ProtocolID = String;