Skip to main content

IDIDManager.didManagerUpdate() method

Updates the DID document of a managed DID.

Signature:

didManagerUpdate(args: IDIDManagerUpdateArgs, context: IAgentContext<IKeyManager>): Promise<IIdentifier>;

Parameters

ParameterTypeDescription
argsIDIDManagerUpdateArgsthe arguments necessary for the update. The options are specific for each DID provider.
contextIAgentContext<IKeyManager>*RESERVED* This is filled by the framework when the method is called. This method's execution context requires an agent that has IKeyManager methods.

Returns:

Promise<IIdentifier>