lighthouse-pulse/lighthouse/state/block/mod.rs
2018-09-26 11:54:13 +10:00

12 lines
186 B
Rust

extern crate blake2_rfc;
use super::ssz;
use super::utils;
use super::attestation_record;
mod structs;
mod ssz_block;
pub use self::structs::Block;
pub use self::ssz_block::SszBlock;