Module Evm_node_lib_prod.Rollup_node_follower_events
module Event : sig ... end
val started : unit -> unit Lwt.t
val new_block : int32 -> unit Lwt.t
val shutdown : unit -> unit Lwt.t
val connection_lost : unit -> unit Lwt.t
val trying_reconnection : float -> unit Lwt.t
val connection_acquired : unit -> unit Lwt.t