Files
lighthouse/beacon_chain/validator_induction/src/lib.rs
2018-12-23 12:21:49 -06:00

9 lines
147 B
Rust

extern crate bls;
extern crate hashing;
extern crate types;
extern crate spec;
mod inductor;
pub use crate::inductor::{ValidatorInductionError};