solana_client::pubsub_client

Type Alias ProgramSubscription

Source
pub type ProgramSubscription = (PubsubClientSubscription<Response<RpcKeyedAccount>>, Receiver<Response<RpcKeyedAccount>>);