Structs

A successfully executed and committed user transaction.

A notification for newly committed transactions sent by state sync to mempool.

The mempool component responsible for responding to state sync notifications.

The state sync component responsible for notifying mempool.

Enums

Traits

The interface between state sync and mempool, allowing state sync to notify mempool of events (e.g., newly committed transactions).

Functions

This method returns a (MempoolNotifier, MempoolNotificationListener) pair that can be used to allow state sync and mempool to communicate.