jito-grpc-client 1.0.1

Client to send transactions to a Jito blockengine node via gRPC connections
Documentation
pub mod bundle;
pub mod client;
pub mod errors;
pub mod nodes;

pub mod grpc {
    pub mod searcher {
        tonic::include_proto!("searcher");
    }
    pub mod bundle {
        tonic::include_proto!("bundle");
    }
    pub mod packet {
        tonic::include_proto!("packet");
    }
    pub mod shared {
        tonic::include_proto!("shared");
    }
}