pub type TransactionStatusStream<Hash, BlockHash> = dyn Stream<Item = TransactionStatus<Hash, BlockHash>> + Send;
Expand description

The stream of transaction events.