Expand description
Defines the main FIFO MPSC queue for actions - the ActionQueue type.
The ActionQueue acts as a MPSC queue of Actions which are executed one-by-one as they are being popped up from the queue by a runner task.
Structs§
- Action
Confirmation - Represents confirmation of the
Action
execution. - Action
Queue - A queue of Actions to be executed.
- Action
Queue Config - Configuration for the ActionQueue
- Action
Sender - Sends a future Ethereum transaction into the
ActionQueue
.
Traits§
- Transaction
Executor - Implements execution of transactions underlying each
Action
.
Type Aliases§
- Pending
Action - Notifies about completion of a transaction (success or failure).