Module evm_api_impl
Source - 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.
- JournalAccess
- Object-safe trait wrapping
Journal<DB> operations needed by Stylus.
- DoCallFn
- Type-erased function pointer for executing sub-calls from Stylus.
- DoCreateFn
- Type-erased function pointer for executing CREATE/CREATE2 from Stylus.