Skip to main content

carbon_jito_protos/
lib.rs

1pub mod shared {
2    tonic::include_proto!("shared");
3}
4
5pub mod auth {
6    tonic::include_proto!("auth");
7}
8
9pub mod shredstream {
10    tonic::include_proto!("shredstream");
11}