Skip to main content

IDIDManagerUpdateArgs interface

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.

The arguments necessary to perform a full DID document update for a DID.

Signature:

export interface IDIDManagerUpdateArgs

Properties

PropertyModifiersTypeDescription
didstring(BETA) Required. DID
documentPartial<DIDDocument>(BETA) Required
options?{ [x: string]: any; }(BETA) (Optional) Identifier provider specific options.