Module Dal_common.Parameters
type t = {feature_enabled : bool;incentives_enabled : bool;cryptobox : Cryptobox.parameters;number_of_slots : int;attestation_lag : int;attestation_threshold : int;
}val from_protocol_parameters : Tezt_wrapper.JSON.t -> tval from_client : ?block:string -> Client.t -> t Lwt.tval full_storage_period_with_refutation_in_cycles :
proto_parameters:Tezt_wrapper.JSON.t ->
intval initial_storage_period_with_refutation_in_cycles :
proto_parameters:Tezt_wrapper.JSON.t ->
intval storage_period_without_refutation_in_cycles :
proto_parameters:Tezt_wrapper.JSON.t ->
int