Expand description
A simple mempool that keeps our transactions in memory. It try to rebroadcast our transactions every 1 hour. Once our transaction is included in a block, we remove it from the mempool.
Structs§
- Mempool
- Holds the transactions that we broadcasted and are still in the mempool.
- Mempool
Transaction 🔒 - A transaction in the mempool.
Enums§
- Accept
ToMempool Error - An error returned when we try to add a transaction to the mempool.
Type Aliases§
- Short
Txid 🔒 - A short transaction id that we use to identify transactions in the mempool.