URI<P>: `${P}${string}` & Phantom<{
    protocol: P;
}>

A typed string representing a URI of a given protocol.

Type Parameters

  • P extends Protocol = Protocol

    The protocol (scheme) of the given uri. For example, did:key:foo has the protocol of did.

Generated using TypeDoc