lighthouse-pulse/beacon_chain/utils/ssz_helpers/src/lib.rs

8 lines
132 B
Rust
Raw Normal View History

extern crate bls;
extern crate hashing;
extern crate types;
extern crate ssz;
pub mod attestation_ssz_splitter;
pub mod ssz_block;