pub trait NodeTypesWithEngine: NodeTypes {
type Engine: EngineTypes;
}
Expand description
The type that configures an Ethereum-like node with an engine for consensus.
pub trait NodeTypesWithEngine: NodeTypes {
type Engine: EngineTypes;
}
The type that configures an Ethereum-like node with an engine for consensus.