Type Definition solana_client::pubsub_client::BlockSubscription
source · pub type BlockSubscription = (PubsubClientSubscription<Response<RpcBlockUpdate>>, Receiver<Response<RpcBlockUpdate>>);
pub type BlockSubscription = (PubsubClientSubscription<Response<RpcBlockUpdate>>, Receiver<Response<RpcBlockUpdate>>);