Snark_worker.Rpcsmodule 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) optionmodule Submit_work :
Intf.Rpc_master
with type Master.T.query = Work.Result.t
and type Master.T.response = unitmodule 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