Expand description
Deferred execution work items.
This allows the protocol to ensure only fresh prices are used for price-sensitive operations.
Structs§
- Deferred
Exec Executed Event - Event when a deferred execution item is executed via the crank.
- Deferred
Exec Id - A unique numeric ID for each deferred execution in the protocol.
- Deferred
Exec Queued Event - Event emitted when a deferred execution is queued.
- Deferred
Exec With Status - A deferred execution work item and its current status.
- Fees
Returned Event - Event when fees are returned to a user
- List
Deferred Execs Resp - Enumeration API for getting deferred exec IDs
Enums§
- Deferred
Exec Complete Target - After successful execution of an item, what did it impact?
- Deferred
Exec Item - A deferred execution work item
- Deferred
Exec Status - Current status of a deferred execution work item
- Deferred
Exec Target - What entity within the system will be affected by this.
- GetDeferred
Exec Resp - Result of trying to query a single deferred execution item.