Module transact::execution::adapter[][src]

Expand description

Contains execution adapter components and interfaces that proxy the Transaction and its associated state.

Modules

The static execution adapter provides a way to execute transaction handlers directly.

Enums

During processing of the Transaction, something unexpected happened. The Executor immediately retries the TransactionPair for all of these errors.

Traits

Implementers of this trait proxy the transaction to the correct component to execute the transaction.