Module Catchup_hash_tree.Node

module State : sig ... end
type t = {
parent : Mina_base.State_hash.t;
state : State.t;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t