Type Alias EthExecutorProvider
pub type EthExecutorProvider = EthEvmConfig;
👎Deprecated: Use
EthEvmConfig
insteadAvailable on crate features
node-api
and node
only.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