Introduce Eth PayloadTypes Impl (#11519)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
Steven
2024-10-07 10:30:57 -06:00
committed by GitHub
parent 8ca5ec9b72
commit 9a732f6b78
2 changed files with 27 additions and 7 deletions

View File

@ -40,6 +40,7 @@ pub trait NodeTypes: Send + Sync + Unpin + 'static {
pub trait NodeTypesWithEngine: NodeTypes {
/// The node's engine types, defining the interaction with the consensus engine.
type Engine: EngineTypes;
// type Engine: EngineTypes;
}
/// A helper trait that is downstream of the [`NodeTypesWithEngine`] trait and adds database to the