Skip to main content

EthrDIDProvider.addService() method

Signature:

addService({ identifier, service, options, }: {
identifier: IIdentifier;
service: IService;
options?: TransactionOptions;
}, context: IRequiredContext): Promise<any>;

Parameters

ParameterTypeDescription
{ identifier, service, options, }{ identifier: IIdentifier; service: IService; options?: TransactionOptions; }
contextIRequiredContext

Returns:

Promise<any>