//! This crate contains all logic typically implemented by an application developer.
//! This includes things like how to produce/verify blocks and how to identify which
//! participants are active at a given view.
use Hasher;
pub use Application;
pub type Scheme = Scheme;
/// Configuration for the application.