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 -> t
val full_storage_period_with_refutation_in_cycles :
proto_parameters:Tezt_wrapper.JSON.t ->
int
val initial_storage_period_with_refutation_in_cycles :
proto_parameters:Tezt_wrapper.JSON.t ->
int
val storage_period_without_refutation_in_cycles :
proto_parameters:Tezt_wrapper.JSON.t ->
int