lighthouse-pulse/lighthouse/state/transition/mod.rs
2018-09-22 15:53:31 +10:00

9 lines
226 B
Rust

use super::utils::types::Hash256;
use super::utils::errors::ParameterError;
mod attestation_parent_hashes;
mod shuffling;
pub use self::attestation_parent_hashes::attestation_parent_hashes;
pub use self::shuffling::shuffle;