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