package tezt-tezos

  1. Overview
  2. Docs
type t = {
  1. feature_enabled : bool;
  2. cryptobox : Cryptobox.parameters;
  3. number_of_slots : int;
  4. attestation_lag : int;
  5. attestation_threshold : int;
  6. blocks_per_epoch : int;
}
val parameter_file : Protocol.t -> string Lwt.t
val from_protocol_parameters : Tezt.JSON.t -> t
val from_client : Client.t -> t Lwt.t
OCaml

Innovation. Community. Security.