package tezt-tezos

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

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.