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