WebDIDProvider.addKey() method
Signature:
addKey({ identifier, key, options }: {
identifier: IIdentifier;
key: IKey;
options?: any;
}, context: IContext): Promise<any>;
Parameters
| Parameter | Type | Description |
|---|---|---|
| { identifier, key, options } | { identifier: IIdentifier; key: IKey; options?: any; } | |
| context | IContext |
Returns:
Promise<any>