Tezt_tezos.Injectorval init_config : t -> Account.key -> string Lwt.tval run : t -> unit Lwt.tval log_events : ?max_length:int -> t -> unitShows 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.tSee Daemon.Make.wait_for.
module RPC : sig ... end