jito_protos/lib.rs
1pub mod auth {
2 tonic::include_proto!("auth");
3}
4
5pub mod block {
6 tonic::include_proto!("block");
7}
8
9pub mod block_engine {
10 tonic::include_proto!("block_engine");
11}
12
13pub mod bundle {
14 tonic::include_proto!("bundle");
15}
16
17pub mod packet {
18 tonic::include_proto!("packet");
19}
20
21pub mod relayer {
22 tonic::include_proto!("relayer");
23}
24
25pub mod searcher {
26 tonic::include_proto!("searcher");
27}
28
29pub mod shared {
30 tonic::include_proto!("shared");
31}