Module mempool

Source
Expand description

The Zebra mempool.

A service that manages known unmined Zcash transactions.

Modules§

gossip 🔒
Representation of a gossiped transaction to send to the mempool.
transaction_dependencies 🔒
Representation of mempool transactions’ dependencies on other transactions in the mempool.

Structs§

TransactionDependencies
Representation of mempool transactions’ dependencies on other transactions in the mempool.

Enums§

Gossip
A gossiped transaction, which can be the transaction itself or just its ID.
Request
A mempool service request.
Response
A response to a mempool service request.