Module Extensions.Best_tip_diff

type view = {
new_commands : Mina_base.User_command.Valid.t Mina_base.With_status.t list;
removed_commands : Mina_base.User_command.Valid.t Mina_base.With_status.t list;
reorg_best_tip : bool;
}
module Log_event : sig ... end
type t
val create : logger:Logger.t -> Full_frontier.t -> t * view
val handle_diffs : t -> Full_frontier.t -> Frontier_base.Diff.Full.With_mutant.t list -> view option
module Broadcasted : sig ... end