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