Type Alias massa_grpc::stream::new_blocks::NewBlocksStreamType

source ·
pub type NewBlocksStreamType = Pin<Box<dyn Stream<Item = Result<NewBlocksResponse, Status>> + Send + 'static>>;
Expand description

Type declaration for NewBlocks

Aliased Type§

struct NewBlocksStreamType {}