lighthouse/beacon_chain/genesis/src/lib.rs

10 lines
172 B
Rust
Raw Normal View History

2018-12-13 01:27:45 +00:00
extern crate spec;
extern crate types;
extern crate validator_induction;
extern crate validator_shuffling;
2018-12-13 05:01:04 +00:00
mod beacon_state;
pub use beacon_state::genesis_beacon_state;
2018-12-13 01:27:45 +00:00