pub trait OpFullNodeTypes: NodeTypes<Storage = OpStorage>where
Self::ChainSpec: OpHardforks,
Self::Primitives: OpPayloadPrimitives,
Self::Payload: EngineTypes<ExecutionData = OpExecutionData>,{ }
Available on crate features
node-api
and node
only.Expand description
Helper trait for Optimism node types with full configuration including storage and execution data.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.