lighthouse-pulse/lighthouse/state/transition/mod.rs
2018-09-22 11:25:56 +10:00

17 lines
302 B
Rust

use super::block;
use super::Logger;
use super::utils::types::Hash256;
use super::utils::errors::ParameterError;
use super::db;
mod attestation_parent_hashes;
mod shuffling;
mod validate_block;
pub use self::attestation_parent_hashes::attestation_parent_hashes;
pub use self::shuffling::shuffle;