OpExecutorProvider

Type Alias OpExecutorProvider 

Source
pub type OpExecutorProvider = OpEvmConfig;
Expand description

Helper type with backwards compatible methods to obtain executor providers.

Aliased Type§

pub struct OpExecutorProvider {
    pub executor_factory: OpBlockExecutorFactory<OpRethReceiptBuilder, Arc<OpChainSpec>>,
    pub block_assembler: OpBlockAssembler<OpChainSpec>,
    /* private fields */
}

Fields§

§executor_factory: OpBlockExecutorFactory<OpRethReceiptBuilder, Arc<OpChainSpec>>§block_assembler: OpBlockAssembler<OpChainSpec>

Optimism 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: 16 bytes