package tezt-tezos

  1. Overview
  2. Docs

C node configuration files.

val read : t -> Tezt.JSON.t

Read the configuration file (config.json) of a DAC node.

val write : t -> Tezt.JSON.t -> unit

Write the configuration file of a DAC node, replacing the existing one.

val update : t -> (Tezt.JSON.t -> Tezt.JSON.t) -> unit

Update the configuration file of a DAC node. If the DAC node is already running, it needs to be restarted manually.

OCaml

Innovation. Community. Security.