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

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

Modules

static_adapter

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

Enums

ExecutionAdapterError

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

ExecutionOperationError

Traits

ExecutionAdapter

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