package tezt-tezos

  1. Overview
  2. Docs

Module Dac_node.Config_fileSource

C node configuration files.

Sourceval read : t -> Tezt.JSON.t

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

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

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

Sourceval 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.