Documentation
    Preparing search index...

    Represents a DID URL object.

    interface DIDURLObject {
        did: DID;
        didUrl: DIDURL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    did: DID

    DID String - top level DID

    "did:web:example.com"
    
    didUrl: DIDURL

    DID URL string

    "did:web:example.com#fragment1?query=value"