Type Definition solana_client::pubsub_client::AccountSubscription
source · pub type AccountSubscription = (PubsubClientSubscription<Response<UiAccount>>, Receiver<Response<UiAccount>>);
pub type AccountSubscription = (PubsubClientSubscription<Response<UiAccount>>, Receiver<Response<UiAccount>>);