Trait solana_sdk::client::Client[][src]

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

Required methods

Implementors