Trait solana_sdk::client::Client
source · pub trait Client: SyncClient + AsyncClient {
// Required method
fn tpu_addr(&self) -> String;
}
pub trait Client: SyncClient + AsyncClient {
// Required method
fn tpu_addr(&self) -> String;
}