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 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_hash :
( 'a, State_hashes.Stable.Latest.t ) With_hash.t ->
T.Stable.V1.t
val state_body_hash :
( 'a, State_hashes.t ) With_hash.t ->
compute_hashes:( 'b -> State_hashes.t ) ->
State_body_hash.t