Expand description
Task processor for executing off-chain operators on behalf of on-chain applications.
The task processor watches specified applications for requests to execute off-chain tasks, runs external operator binaries, and submits the results back to the chain.
Structs§
- Processor
Actions - The off-chain actions requested by the service of an on-chain application.
- Task
- An off-chain task requested by an on-chain application.
- Task
Outcome - The result of executing an off-chain operator.
- Task
Processor - A task processor that watches applications and executes off-chain operators.
Functions§
- parse_
operator - Parse an operator mapping in the format
name=pathor justname. If onlynameis provided, the path defaults to the name itself.
Type Aliases§
- Operator
Map - A map from operator names to their binary paths.