kona-node-service 0.1.3

An implementation of the OP Stack consensus node service
Documentation
1
2
3
4
5
6
7
8
9
10
//! The [`EngineActor`] and its components.

mod actor;
pub use actor::{EngineActor, EngineBuilder, EngineContext, EngineInboundData};

mod error;
pub use error::EngineError;

mod finalizer;
pub use finalizer::L2Finalizer;