Type Alias OpExecutorProvider
pub type OpExecutorProvider = OpEvmConfig;
Available on crate features
node-api
and node
only.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>>
Inner OpBlockExecutorFactory
.
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