Documentation
    Preparing search index...

    Represents a DID URL object.

    interface VerifiableDID {
        did: DID;
        didObject: DIDURLObject;
        didUrl: DIDURL;
        document: DIDDocument;
        toString: () => DIDURL;
        verifiableDid: DIDKey | DIDPkh;
    }

    Hierarchy (View Summary)

    Implemented by

    Index

    Properties

    did: DID

    DID String - top level DID

    "did:web:example.com"
    
    didObject: DIDURLObject

    DID URL Object

    didUrl: DIDURL

    DID URL string

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

    DID Document

    toString: () => DIDURL

    Returns the DID URL

    verifiableDid: DIDKey | DIDPkh

    Verifiable DID - resolved from the did