Module listener

Module listener 

Source
Expand description

Listeners for the transaction-pool

Structs§

AllTransactionsEvents
A Stream that receives FullTransactionEvent for all transaction.
PendingTransactionHashListener
An active listener for new pending transactions.
PoolEventBroadcast
A type that broadcasts TransactionEvent to installed listeners.
TransactionEvents
A Stream that receives TransactionEvent only for the transaction with the given hash.
TransactionListener
An active listener for new pending transactions.

Enums§

TransactionListenerKind
Determines what kind of new transactions should be emitted by a stream of transactions.