mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-19 02:04:13 +00:00
36ee4aa81f
File names should be the same as the struct that they contain.
6 lines
182 B
Rust
6 lines
182 B
Rust
mod beacon_block_grpc_client;
|
|
mod block_producer_service;
|
|
|
|
pub use self::beacon_block_grpc_client::BeaconBlockGrpcClient;
|
|
pub use self::block_producer_service::BlockProducerService;
|