Module Cryptobox.Config

node parameters for the DAL.

type t = Tezos_crypto_dal_octez_dal_config.Dal_config.t = {
  1. activated : bool;
  2. bootstrap_peers : string list;
}
val encoding : t Data_encoding.t
val default : t