Transaction_snark_workmodule Statement : sig ... endmodule Info : sig ... endtype t = Mina_wire_types.Transaction_snark_work.V2.t = {fee : Currency.Fee.t; |
proofs : Ledger_proof.t One_or_two.t; |
prover : Signature_lib.Public_key.Compressed.t; |
}val to_yojson : t -> Yojson.Safe.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval fee : t -> Currency.Fee.tval statement : t -> Statement.tmodule Stable : sig ... endtype unchecked = tmodule Checked : sig ... end