Skip to main content

PkhDIDProvider class

This API is provided as a beta preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

DIDManager identifier provider for did:pkh identifiers

This API may change without a BREAKING CHANGE notice.

Signature:

export declare class PkhDIDProvider extends AbstractIdentifierProvider

Extends: AbstractIdentifierProvider

Constructors

Constructor

Modifiers

Description

(constructor)(options)

(BETA) Constructs a new instance of the PkhDIDProvider class

Methods

Method

Modifiers

Description

addKey({ identifier, key, options }, context)

(BETA)

addService({ identifier, service, options }, context)

(BETA)

createIdentifier({ kms, options }, context)

(BETA)

deleteIdentifier(identifier, context)

(BETA)

removeKey(args, context)

(BETA)

removeService(args, context)

(BETA)

updateIdentifier(args, context)

(BETA)