[][src]Module snarkos_consensus::memory_pool

Transactions memory pool

MemoryPool keeps a vector of transactions seen by the miner.

Structs

Entry

Stores a transaction and it's size in the memory pool.

MemoryPool

Stores transactions received by the server. Transaction entries will eventually be fetched by the miner and assembled into blocks.