solana_client::pubsub_client

Type Alias SlotsSubscription

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