Skip to main content

EthrDIDProvider.addKey() method

Signature:

addKey({ identifier, key, options }: {
identifier: IIdentifier;
key: IKey;
options?: TransactionOptions;
}, context: IRequiredContext): Promise<any>;

Parameters

ParameterTypeDescription
{ identifier, key, options }{ identifier: IIdentifier; key: IKey; options?: TransactionOptions; }
contextIRequiredContext

Returns:

Promise<any>