1 2 3 4 5 6 7
//! Beacon API for Ethereum consensus layer mod api; mod types; pub use api::{BeaconApi, RandaoResponse, RootResponse, ValidatorBalance}; pub use types::*;