Skip to main content

WebDIDProvider.addService() method

Signature:

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

Parameters

ParameterTypeDescription
{ identifier, service, options }{ identifier: IIdentifier; service: IService; options?: any; }
contextIContext

Returns:

Promise<any>