Struct solana_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
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
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more