solana_client::pubsub_client

Type Alias SlotsSubscription

Source
pub type SlotsSubscription = (PubsubClientSubscription<SlotInfo>, Receiver<SlotInfo>);