Skip to main content

Module env

Module env 

Source

Structs§

EvmEnv
Container type that holds both the configuration and block environment for EVM execution.

Traits§

FoundryBlock
Extension of [Block] with mutable setters, allowing EVM-agnostic mutation of block fields.
FoundryContextExt
Extension trait providing mutable field access to block, tx, and cfg environments.
FoundryTransaction
Extension of [Transaction] with mutable setters, allowing EVM-agnostic mutation of transaction fields.
FromAnyRpcTransaction
Trait for converting an [AnyRpcTransaction] into a specific TxEnv.