lighthouse-pulse/beacon_chain/validator_induction/src/lib.rs
2018-12-19 16:07:01 +01:00

8 lines
147 B
Rust

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