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

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

This module provides the StaticExecutionAdapter, an implementation of ExecutionAdapter which execute transactions via TransactionHandler instances directly.

Structs

StaticExecutionAdapter

The StaticExecutionAdapter to wrap TransactionHandlers