solana_trader_proto/
lib.rs

1pub mod api {
2    tonic::include_proto!("api");
3}
4
5pub mod common {
6    tonic::include_proto!("common");
7}