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;
|