Structs§
- Action
- Amount
ForOne Task - Boundary
Height - Boundary
Time - Config
- Croncat
Query - Query given module contract with a message
- Current
Task Info Response - Slot
Hashes Response - Slot
IdsResponse - Slot
Tasks Total Response - Task
- Task
Execution Info - This struct is used in two important places.
On the tasks contract, when
create_task
is called, this struct is returned in the binary data field of the response. It’s also saved on the manager contract beforeproxy_call
, allowing for validation on the receiving contract, by doing a raw query to the manager’s state key LAST_TASK_EXECUTION_INFO_KEY. - Task
Info - Task
Request - Request to create a task
- Task
Response - Transform
- Transforms of the tasks actions
Enums§
- Boundary
- Start and end block or timestamp when task should be executed for the last time
- Cosmos
Query - Query given module contract with a message
- Interval
- Defines the spacing of execution NOTES:
- Slot
Type