mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-22 06:14:38 +00:00
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;
|