package tezt-tezos

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezt_tezos.VdfSource

Sourcetype t
Sourcetype event = {
  1. name : string;
  2. value : Tezt.JSON.t;
  3. timestamp : float;
}
Sourceval create : protocol:Protocol.t -> ?name:string -> ?color:Tezt.Log.Color.t -> ?event_pipe:string -> ?runner:Tezt.Runner.t -> Node.t -> t
Sourceval terminate : ?timeout:float -> t -> unit Lwt.t

Send SIGTERM and wait for the process to terminate.

Default timeout is 30 seconds, after which SIGKILL is sent.

Sourceval kill : t -> unit Lwt.t

Send SIGKILL and wait for the process to terminate.

Sourceval run : t -> unit Lwt.t
Sourceval init : protocol:Protocol.t -> ?name:string -> ?color:Tezt.Log.Color.t -> ?event_pipe:string -> ?runner:Tezt.Runner.t -> Node.t -> t Lwt.t
Sourceval restart : t -> unit Lwt.t
Sourceval on_event : t -> (event -> unit) -> unit
Sourcemodule Helpers : sig ... end

Helpers models functions from Lib_delegate.Vdf_helpers.

OCaml

Innovation. Community. Security.