mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-09 12:31:23 +00:00
8 lines
147 B
Rust
8 lines
147 B
Rust
extern crate bls;
|
|
extern crate hashing;
|
|
extern crate types;
|
|
|
|
mod inductor;
|
|
|
|
pub use crate::inductor::{ValidatorInductionError, ValidatorInductor};
|