Type Alias solana_client::pubsub_client::AccountSubscription

source ยท
pub type AccountSubscription = (PubsubClientSubscription<Response<UiAccount>>, Receiver<Response<UiAccount>>);