Skip to main content

hotshot_types/new_protocol/
mod.rs

1//! types for the new HotShot protocol.
2
3pub mod event;
4pub mod proposal;
5
6pub use event::CoordinatorEvent;
7pub use proposal::Proposal;