Network_pool
module Batcher : sig ... end
module F_sequence : sig ... end
module Indexed_pool : sig ... end
module Intf : sig ... end
module Map_set : sig ... end
Utilities for dealing with "multimaps" or mapsets.
module Mocks : sig ... end
module Network_pool_base : sig ... end
module Pool_sink : sig ... end
module Priced_proof : sig ... end
module Rate_limiter : sig ... end
module Snark_pool : sig ... end
module Snark_pool_diff : sig ... end
module Test : sig ... end
module Transaction_pool : sig ... end
A pool of transactions that can be included in future blocks. Combined with the Network_pool module, this handles storing and gossiping the correct transactions (user commands) and providing them to the block producer code.
module Writer_result : sig ... end