DIDManager.didManagerUpdate() method
Updates the DID document of a managed DID.
Signature:
didManagerUpdate({ did, document, options }: IDIDManagerUpdateArgs, context: IAgentContext<IKeyManager>): Promise<IIdentifier>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
{ did, document, options } | ||
|
context |
*RESERVED* This is filled by the framework when the method is called. This method's execution context requires an |
Promise<IIdentifier>