Module floresta_wire::mempool

source ·
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

  • Holds the transactions that we broadcasted and are still in the mempool.