Module Stable.V1

type ('a, 'h) t = ( 'a, 'h ) Mina_wire_types.With_hash.V1.t = {
data : 'a;
hash : 'h;
}
val to_yojson : 'a 'h. ( 'a -> Yojson.Safe.t ) -> ( 'h -> Yojson.Safe.t ) -> ( 'a, 'h ) t -> Yojson.Safe.t
val of_yojson : 'a 'h. ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'h Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'a, 'h ) t Ppx_deriving_yojson_runtime.error_or
val _ : ( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) -> ( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) -> Yojson.Safe.t -> ( 'a, 'b ) t Ppx_deriving_yojson_runtime.error_or
val bin_shape_t : Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t -> Core_kernel.Bin_prot.Shape.t
val bin_size_t : 'a 'h. 'a Core_kernel.Bin_prot.Size.sizer -> 'h Core_kernel.Bin_prot.Size.sizer -> ( 'a, 'h ) t Core_kernel.Bin_prot.Size.sizer
val bin_write_t : 'a 'h. 'a Core_kernel.Bin_prot.Write.writer -> 'h Core_kernel.Bin_prot.Write.writer -> ( 'a, 'h ) t Core_kernel.Bin_prot.Write.writer
val bin_writer_t : 'a Core_kernel.Bin_prot.Type_class.writer -> 'b Core_kernel.Bin_prot.Type_class.writer -> ( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.writer
val __bin_read_t__ : 'a 'h. 'a Core_kernel.Bin_prot.Read.reader -> 'h Core_kernel.Bin_prot.Read.reader -> ( int -> ( 'a, 'h ) t ) Core_kernel.Bin_prot.Read.reader
val bin_read_t : 'a 'h. 'a Core_kernel.Bin_prot.Read.reader -> 'h Core_kernel.Bin_prot.Read.reader -> ( 'a, 'h ) t Core_kernel.Bin_prot.Read.reader
val bin_reader_t : 'a Core_kernel.Bin_prot.Type_class.reader -> 'b Core_kernel.Bin_prot.Type_class.reader -> ( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.reader
val bin_t : 'a Core_kernel.Bin_prot.Type_class.t -> 'b Core_kernel.Bin_prot.Type_class.t -> ( 'c, 'd ) t Core_kernel.Bin_prot.Type_class.t
val version : int
val __versioned__ : unit
val t_fields_annots : string -> (string * string option) list
val t_toplevel_annots : unit -> (string * string option) list
val t_of_sexp : 'a 'h. ( Ppx_sexp_conv_lib.Sexp.t -> 'a ) -> ( Ppx_sexp_conv_lib.Sexp.t -> 'h ) -> Ppx_sexp_conv_lib.Sexp.t -> ( 'a, 'h ) t
val sexp_of_t : 'a 'h. ( 'a -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'h -> Ppx_sexp_conv_lib.Sexp.t ) -> ( 'a, 'h ) t -> Ppx_sexp_conv_lib.Sexp.t
val equal : 'a 'h. ( 'a -> 'a -> bool ) -> ( 'h -> 'h -> bool ) -> ( 'a, 'h ) t -> ( 'a, 'h ) t -> bool
val compare : 'a 'h. ( 'a -> 'a -> int ) -> ( 'h -> 'h -> int ) -> ( 'a, 'h ) t -> ( 'a, 'h ) t -> int
val hash_fold_t : 'a 'h. ( Ppx_hash_lib.Std.Hash.state -> 'a -> Ppx_hash_lib.Std.Hash.state ) -> ( Ppx_hash_lib.Std.Hash.state -> 'h -> Ppx_hash_lib.Std.Hash.state ) -> Ppx_hash_lib.Std.Hash.state -> ( 'a, 'h ) t -> Ppx_hash_lib.Std.Hash.state
val hash : ( 'a, 'b ) t -> 'c
val data : ( 'a, 'b ) t -> 'c
module Fields : sig ... end
val to_latest : ( 'a -> 'b ) -> ( 'c -> 'd ) -> ( 'e, 'f ) t -> ( 'g, 'h ) t