solana_client::pubsub_client

Type Alias VoteSubscription

Source
pub type VoteSubscription = (PubsubClientSubscription<RpcVote>, Receiver<RpcVote>);