Struct safecoin_client::tpu_client::TpuClientConfig
source · pub struct TpuClientConfig {
pub fanout_slots: u64,
}
Expand description
Config params for TpuClient
Fields§
§fanout_slots: u64
The range of upcoming slots to include when determining which
leaders to send transactions to (min: 1, max: MAX_FANOUT_SLOTS
)
Trait Implementations§
source§impl Clone for TpuClientConfig
impl Clone for TpuClientConfig
source§fn clone(&self) -> TpuClientConfig
fn clone(&self) -> TpuClientConfig
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more