Skip to main content

EthrDIDProvider.addService() method

Signature:

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

Parameters

Parameter

Type

Description

{ identifier, service, options, }

{ identifier: IIdentifier; service: IService; options?: TransactionOptions; }

context

IRequiredContext

**Returns:**

Promise<any>