Documentation
    Preparing search index...

    DID Core

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    did: DID

    DID String - top level DID

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

    DID URL string

    "did:web:example.com#fragment1?query=value"
    
    fragment: undefined | string
    id: string
    method: string
    path: undefined | string
    query: undefined | string

    Methods

    • Returns a string representation of an object.

      Returns DIDURL

    • Create a DIDCore from a DID string

      Parameters

      • did: string

      Returns DIDCore