mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-18 04:13:00 +00:00
11 lines
151 B
Rust
11 lines
151 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate types;
|
|
|
|
mod inductor;
|
|
|
|
pub use inductor::{
|
|
ValidatorInductor,
|
|
ValidatorInductionError,
|
|
};
|