Module snarkos_consensus::memory_pool[][src]

Expand description

Transactions memory pool

MemoryPool keeps a vector of transactions seen by the miner.

Structs

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