//! 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;
use NonZeroUsize;
pub use Application;
pub type Scheme = Scheme;
/// Genesis message to use during initialization.
const GENESIS: & = b"commonware is neat";
/// Returns the initial payload for the single consensus epoch.
/// Configuration for the application.