Files
lighthouse/beacon_chain/validator_induction/src/lib.rs
2019-01-10 14:57:34 -06:00

9 lines
164 B
Rust

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