solana_client::pubsub_client

Type Alias BlockSubscription

source
pub type BlockSubscription = (PubsubClientSubscription<Response<RpcBlockUpdate>>, Receiver<Response<RpcBlockUpdate>>);