Basic zombie node definition

This commit is contained in:
Marios Christou
2025-09-22 18:45:27 +03:00
parent f9dc362c03
commit e9fabd2634
4 changed files with 167 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ pub mod geth;
pub mod lighthouse_geth;
pub mod process;
pub mod substrate;
pub mod zombie;
/// An abstract interface for testing nodes.
pub trait Node: EthereumNode {