solana_client::pubsub_client

Type Alias AccountSubscription

Source
pub type AccountSubscription = (PubsubClientSubscription<Response<UiAccount>>, Receiver<Response<UiAccount>>);