pub trait NodeTypesWithEngine: NodeTypes {
type Engine: EngineTypes<BuiltPayload: BuiltPayload<Primitives = Self::Primitives>>;
}
Expand description
The type that configures an Ethereum-like node with an engine for consensus.
Required Associated Types§
Sourcetype Engine: EngineTypes<BuiltPayload: BuiltPayload<Primitives = Self::Primitives>>
type Engine: EngineTypes<BuiltPayload: BuiltPayload<Primitives = Self::Primitives>>
The node’s engine types, defining the interaction with the consensus engine.