RunProtocol
@hyperledger/identus-sdk v7.0.0
@hyperledger/identus-sdk / overview / RunProtocol
Class: RunProtocol
Defined in: src/edge-agent/helpers/RunProtocol.ts:77
Find and execute a task registered by plugins for the given pid (protocol identifier)
Extends
- Task<- any,- RunProtocolArgs>
Constructors
Constructor
new RunProtocol(...
args: [RunProtocolArgs]):RunProtocol
Defined in: src/utils/tasks.ts:18
Parameters
| Parameter | Type | Description | 
|---|---|---|
| ... args | [ RunProtocolArgs] | 
Returns
RunProtocol
Inherited from
Methods
log()
log():
unknown
Defined in: src/utils/tasks.ts:26
Returns
unknown
Inherited from
run()
run(
ctx:AgentContext):Promise<any>
Defined in: src/edge-agent/helpers/RunProtocol.ts:78
Parameters
| Parameter | Type | 
|---|---|
| ctx | AgentContext | 
Returns
Promise<any>