mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-13 16:34:57 -05:00
9 lines
265 B
Rust
9 lines
265 B
Rust
//! Ethereum EVM support
|
|
|
|
#[doc(inline)]
|
|
pub use reth_evm::execute::BasicBlockExecutorProvider;
|
|
#[doc(inline)]
|
|
pub use reth_evm_ethereum::execute::{EthExecutionStrategyFactory, EthExecutorProvider};
|
|
#[doc(inline)]
|
|
pub use reth_evm_ethereum::{EthEvm, EthEvmConfig};
|