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