Type Definition tp_transaction_pool::TransactionStatusStream[][src]

type TransactionStatusStream<Hash, BlockHash> = dyn Stream<Item = TransactionStatus<Hash, BlockHash>> + Send + Unpin;

The stream of transaction events.