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