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