solana_client::pubsub_client

Type Alias VoteSubscription

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