1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2020 ChainSafe Systems
// SPDX-License-Identifier: Apache-2.0

#![deny(warnings)]
#![deny(missing_docs)]

//!
//! Contains definitions of data structures and APIs for mina consensus
//!

pub mod common;
pub mod error;
pub mod genesis;