Module Batcher.Transaction_pool

type t
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val create : Verifier.t -> t
val verify : t -> Mina_base.User_command.Verifiable.t list Network_peer.Envelope.Incoming.t -> ( Mina_base.User_command.Valid.t list, Verifier.invalid ) Core_kernel.Result.t Async_kernel.Deferred.Or_error.t