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;
|
|
|
|
|
2018-12-13 06:33:53 +00:00
|
|
|
pub use beacon_state::{genesis_beacon_state, Error as GenesisError};
|
2018-12-13 01:27:45 +00:00
|
|
|
|