Module mempool_change

Source
Expand description

Defines the MempoolChange and MempoolChangeKind types used by the mempool change broadcast channel.

Structs§

MempoolChange
Represents a change in the mempool’s verified set of transactions
MempoolTxSubscriber
A newtype around [broadcast::Sender<MempoolChange>] used to subscribe to the channel without an active receiver.

Enums§

MempoolChangeKind
Represents a kind of change in the mempool’s verified set of transactions