Module Snark_worker

type Structured_log_events.t +=
| Generating_snark_work_failed
val generating_snark_work_failed_structured_events_id : Structured_log_events.id
val generating_snark_work_failed_structured_events_repr : Structured_log_events.repr
module Prod : sig ... end
module Intf : module type of Intf
include Intf.S with type ledger_proof := Ledger_proof.t
include Intf.S0 with type ledger_proof := Ledger_proof.t
module Rpcs : sig ... end
val command_from_rpcs : (module Intf.Rpcs_versioned_S with type Work.ledger_proof = Ledger_proof.t) -> Async.Command.t
val arguments : proof_level:Genesis_constants.Proof_level.t -> daemon_address:Core.Host_and_port.t -> shutdown_on_disconnect:bool -> string list
val command : Async.Command.t