Module Peer.Event

type t =
| Connect of Stable.Latest.t list
| Disconnect of Stable.Latest.t list
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t
val sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t