Module Best_tip_diff.Log_event

type t = {
protocol_state : Mina_state.Protocol_state.Value.t;
state_hash : Mina_base.State_hash.t;
just_emitted_a_proof : bool;
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
include Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t
val compare : t -> t -> int
type Structured_log_events.t +=
| New_best_tip_event of {
added_transitions : t list;
removed_transitions : t list;
reorg_best_tip : bool;
}
val new_best_tip_event_structured_events_id : Structured_log_events.id
val new_best_tip_event_structured_events_repr : Structured_log_events.repr