Documentation
    Preparing search index...

    did:pkh Method

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    address: `0x${string}`
    chainId: string
    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"
    
    fragment: undefined | string
    id: string
    method: string
    namespace: string
    path: undefined | string
    publicKey: Uint8Array<ArrayBuffer>
    query: undefined | string
    type: KeyType
    verifiableDid: DIDPkh

    Verifiable DID - resolved from the did

    Accessors

    Methods

    • Create a DIDPkh from an address

      Parameters

      • address: `0x${string}`
      • OptionalchainId: number | `0x${string}`
      • Optionalnamespace: string

      Returns DIDPkh

    • Create a DIDKey from a DID string

      Parameters

      • didString: string

      Returns DIDPkh