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