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
Property | Modifiers | Type | Description |
---|---|---|---|
did | string | (BETA) Required. DID | |
document | Partial<DIDDocument> | (BETA) Required | |
options? | { [x: string]: any; } | (BETA) (Optional) Identifier provider specific options. |