Struct solana_client::tpu_client::TpuClientConfig [−][src]
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: 100)
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TpuClientConfig
impl Send for TpuClientConfig
impl Sync for TpuClientConfig
impl Unpin for TpuClientConfig
impl UnwindSafe for TpuClientConfig
Blanket Implementations
pub default fn example() -> T
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type Output = T
type Output = T
Should always be Self