Module State_hash.State_hashes

module Stable : sig ... end
type t = Stable.Latest.t = {
mutable state_body_hash : State_body_hash.t option;
state_hash : T.t;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
val equal : t -> t -> bool
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t
val state_hash : t -> T.t
val state_body_hash : t -> compute_hashes:( unit -> t ) -> State_body_hash.t