Module mempool

Source
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.
MempoolProof
A proof for a transaction in the mempool.

Enums§

AcceptToMempoolError
An error returned when we try to add a transaction to the mempool.

Traits§

BlockHashOracle