Module Evm_node_lib_dev.Evm_events_follower_events

module Event : sig ... end
val started : unit -> unit Lwt.t
val shutdown : unit -> unit Lwt.t
val unreadable_event : (int * int32) -> unit Lwt.t
val upstream_blueprint_applied : (Z.t * Evm_node_lib_dev_encoding.Ethereum_types.block_hash) -> unit Lwt.t
val missing_blueprint : (Z.t * Evm_node_lib_dev_encoding.Ethereum_types.block_hash) -> unit Lwt.t
val rollup_node_ahead : Evm_node_lib_dev_encoding.Ethereum_types.quantity -> unit Lwt.t
val out_of_sync : received:int32 -> expected:int32 -> unit Lwt.t