package tezt-tezos

  1. Overview
  2. Docs

This module is syntactix sugar to call DAC RPC endpoints.

module V0 : sig ... end
module V1 : sig ... end
val get_health_live : Dac_node.t -> bool Lwt.t

Call GET /health/live.

val get_health_ready : Dac_node.t -> bool Lwt.t

Call GET /health/ready.

OCaml

Innovation. Community. Security.