Skip to main content

AbstractIdentifierProvider.addService() method

Signature:

abstract addService(args: {
identifier: IIdentifier;
service: IService;
options?: any;
}, context: IAgentContext<IKeyManager>): Promise<any>;

Parameters

ParameterTypeDescription
args{ identifier: IIdentifier; service: IService; options?: any; }
contextIAgentContext<IKeyManager>

Returns:

Promise<any>