AbstractIdentifierProvider.addService() method
Signature:
abstract addService(args: {
identifier: IIdentifier;
service: IService;
options?: IDIDManagerAddServiceArgs['options'];
}, context: IAgentContext<IKeyManager>): Promise<any>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
args |
{ identifier: IIdentifier; service: IService; options?: IDIDManagerAddServiceArgs['options']; } | |
|
context |
Promise<any>