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:Evm_node_lib_dev_encoding.Ethereum_types.hex -> unit Lwt.t
val users_threshold_reached : unit -> unit Lwt.t
val txs_per_user_threshold_reached : address:string -> unit Lwt.t
val tx_data_size_limit_reached : unit -> unit Lwt.t
val transaction_injection_failed : Tezos_base.TzPervasives.tztrace -> unit Lwt.t
val transaction_injected : hash:Evm_node_lib_dev_encoding.Ethereum_types.hash -> unit Lwt.t
val connection_lost : unit -> unit Lwt.t
val stopped : unit -> unit Lwt.t
val shutdown : unit -> unit Lwt.t