kona-engine 0.1.2

An implementation of the OP Stack engine client
Documentation
1
2
3
4
5
6
7
//! Task and its associated types for the forkchoice engine update.

mod task;
pub use task::SynchronizeTask;

mod error;
pub use error::SynchronizeTaskError;