Module evm_api_impl

Module evm_api_impl 

Source

Structs§

SStoreInfo
Flattened SSTORE result without revm generics.
StylusEvmApi
Concrete EvmApi bridging WASM host function calls to revm’s journaled state.
SubCallResult
Result from a sub-call (CALL, DELEGATECALL, STATICCALL).
SubCreateResult
Result from a CREATE/CREATE2 operation.

Traits§

JournalAccess
Object-safe trait wrapping Journal<DB> operations needed by Stylus.

Type Aliases§

DoCallFn
Type-erased function pointer for executing sub-calls from Stylus.
DoCreateFn
Type-erased function pointer for executing CREATE/CREATE2 from Stylus.