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