Module Evm_node_lib_dev.Tx_pool_events
module Event : sig ... end
val started : unit -> unit Lwt.t
val add_transaction : transaction:string -> unit Lwt.t
val invalid_transaction : transaction:string -> unit Lwt.t
val users_threshold_reached : unit -> unit Lwt.t
val txs_per_user_threshold_reached : address:string -> unit Lwt.t
val connection_lost : unit -> unit Lwt.t
val stopped : unit -> unit Lwt.t
val shutdown : unit -> unit Lwt.t