Module State_hash.With_state_hashes

module Stable : sig ... end
type 'a t = ( 'a, State_hashes.t ) With_hash.t
val to_yojson : 'a. ( 'a -> Yojson.Safe.t ) -> 'a t -> Yojson.Safe.t
val _ : ( 'a -> Yojson.Safe.t ) -> 'a t -> Yojson.Safe.t
val equal : 'a. ( 'a -> 'a -> bool ) -> 'a t -> 'a t -> bool
val t_of_sexp : 'a. ( Ppx_sexp_conv_lib.Sexp.t -> 'a ) -> Ppx_sexp_conv_lib.Sexp.t -> 'a t
val sexp_of_t : 'a. ( 'a -> Ppx_sexp_conv_lib.Sexp.t ) -> 'a t -> Ppx_sexp_conv_lib.Sexp.t
val data : ( 'a, 'b ) With_hash.t -> 'c
val hashes : ( 'a, 'b ) With_hash.t -> 'c
val state_body_hash : ( 'a, State_hashes.t ) With_hash.t -> compute_hashes:( 'b -> State_hashes.t ) -> State_body_hash.t