Module Tezt_tezos.Injector

type t
val create : ?name:string -> ?color:Tezt_wrapper.Log.Color.t -> ?data_dir:string -> ?event_pipe:string -> ?uri:Uri.t -> ?runner:Tezt_wrapper.Runner.t -> Node.t -> Client.t -> t
val init_config : t -> Account.key -> string Lwt.t
val run : t -> unit Lwt.t
val log_events : ?max_length:int -> t -> unit

Shows on stdout all events sent by the injector

val wait_for : ?timeout:float -> ?where:string -> t -> string -> (Tezt_wrapper.JSON.t -> 'a option) -> 'a Lwt.t

See Daemon.Make.wait_for.

module RPC : sig ... end