Represents a DID URL object.

interface DIDURLObject {
    did: `did:${string}:${string}`;
}

Hierarchy

  • Omit<ParsedDID, "params">
    • DIDURLObject

Properties

Properties

did: `did:${string}:${string}`