Type Alias solana_client::pubsub_client::SlotsSubscription

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