Type Alias EthExecutorProvider
pub type EthExecutorProvider = EthEvmConfig;
Expand description
Helper type with backwards compatible methods to obtain Ethereum executor providers.
Aliased Type§
pub struct EthExecutorProvider {
pub executor_factory: EthBlockExecutorFactory<RethReceiptBuilder, Arc<ChainSpec>>,
pub block_assembler: EthBlockAssembler,
}
Fields§
§executor_factory: EthBlockExecutorFactory<RethReceiptBuilder, Arc<ChainSpec>>
Inner [EthBlockExecutorFactory
].
block_assembler: EthBlockAssembler
Ethereum block assembler.
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 48 bytes