lighthouse-pulse/lighthouse/state/transition/mod.rs

13 lines
244 B
Rust

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