Type Definition sp_transaction_pool::TransactionStatusStream
source · [−]pub type TransactionStatusStream<Hash, BlockHash> = dyn Stream<Item = TransactionStatus<Hash, BlockHash>> + Send + Unpin;
Expand description
The stream of transaction events.