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 |
|---|---|---|---|
|
string |
(BETA) Required. DID | ||
|
Partial<DIDDocument> |
(BETA) Required | ||
|
{ localOnly?: boolean; [x: string]: any; } |
(BETA) (Optional) Identifier provider specific options. |