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