Type Alias solana_client::pubsub_client::BlockSubscription

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