EthrDIDProvider.updateIdentifier() method
Signature:
updateIdentifier(args: {
did: string;
kms?: string | undefined;
alias?: string | undefined;
options?: any;
}, context: IAgentContext<IKeyManager>): Promise<IIdentifier>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| args | { did: string; kms?: string | undefined; alias?: string | undefined; options?: any; } | |
| context | IAgentContext<IKeyManager> |
Returns:
Promise<IIdentifier>