solana/udp-client/src/udp_client.rs

5 lines
171 B
Rust

//! Simple TPU client that communicates with the given UDP port with UDP and provides
//! an interface for sending transactions
pub use solana_tpu_client::udp_client::*;