Type Alias massa_grpc::stream::tx_throughput::TransactionsThroughputStreamType
source · pub type TransactionsThroughputStreamType = Pin<Box<dyn Stream<Item = Result<TransactionsThroughputResponse, Status>> + Send + 'static>>;
Expand description
Type declaration for TransactionsThroughput
Aliased Type§
struct TransactionsThroughputStreamType {}