Documentation
    Preparing search index...

    ES256K signer (secp256k1 and SHA-256)

    Hierarchy (View Summary)

    • DID
      • ES256KSigner
    Index

    Constructors

    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

    fragment: undefined | string
    id: string
    method: string
    path: undefined | string
    query: undefined | string
    signatureType: SignatureType
    verifiableDid: DIDKey | DIDPkh

    Verifiable DID - resolved from the did

    code: number = 0x1301

    Multibase code for secp256k1 private key

    Methods

    • Parameters

      • did: string
      • Optionalresolver: Resolver

      Returns Promise<DID>