Available on non-WebAssembly only.
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
Proof - A proof for a transaction in the mempool.
Enums§
- Accept
ToMempool Error - An error returned when we try to add a transaction to the mempool.