Module Evm_node_lib_prod.Services_backend_sig

module type S = sig ... end
module type Backend = sig ... end
module Make (Backend : Backend) : S