Snark_worker.Rpcs
module Get_work :
Intf.Rpc_master
with type Master.T.query = unit
and type Master.T.response =
(Work.Spec.t * Signature_lib.Public_key.Compressed.t) option
module Submit_work :
Intf.Rpc_master
with type Master.T.query = Work.Result.t
and type Master.T.response = unit
module Failed_to_generate_snark :
Intf.Rpc_master
with type Master.T.query =
Work.Spec.t * Signature_lib.Public_key.Compressed.t
and type Master.T.response = unit