1
2
3
4
5
6
7
8
9
/*
   Appellation: pos <module>
   Creator: FL03 <jo3mccain@icloud.com>
   Description:
        This module implements the proof-of-stake consensus mechanism for the hybrid multichain
*/
pub use self::mechanism::*;

pub(crate) mod mechanism;