Module Inputs.Worker_state

module type S = Transaction_snark.S
type t = {
m : (module S) option;
cache : Cache.t;
proof_level : Genesis_constants.Proof_level.t;
}
val create : constraint_constants:Genesis_constants.Constraint_constants.t -> proof_level:Genesis_constants.Proof_level.t -> unit -> t Async.Deferred.t
val worker_wait_time : float