Type Alias solana_client::pubsub_client::ProgramSubscription

source ยท
pub type ProgramSubscription = (PubsubClientSubscription<Response<RpcKeyedAccount>>, Receiver<Response<RpcKeyedAccount>>);