Prod.Worker_state
module type S = Transaction_snark.S
type t = {
m : (module S) option; |
cache : (Core.Time.t * Transaction_snark.t)
Hash_heap.Make(Transaction_snark.Statement).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