Module Full_catchup_tree.Node

module State : sig ... end
type t = {
mutable state : State.t;
mutable attempts : Attempt_history.t;
state_hash : Mina_base.State_hash.t;
blockchain_length : Mina_numbers.Length.t;
parent : Mina_base.State_hash.t;
result : ( [ `Added_to_frontier ], Attempt_history.t ) Core.Result.t Async.Ivar.t;
}