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