9 lines
164 B
Rust
9 lines
164 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate types;
|
|
extern crate spec;
|
|
|
|
mod inductor;
|
|
|
|
pub use crate::inductor::{ValidatorInductionError, process_deposit};
|