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

Required methods

Implementors