solana_client::pubsub_client

Type Alias ProgramSubscription

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