Updated on 2026-08-14

This commit is contained in:
Tangem 2024-09-27 13:40:20 +03:00
parent 9ebefa77ad
commit a601f1d76d
6 changed files with 35 additions and 27 deletions

View file

@ -124,7 +124,7 @@ data class YieldDTO(
@Json(name = "rewardSchedule")
val rewardSchedule: RewardScheduleDTO,
@Json(name = "cooldownPeriod")
val cooldownPeriod: PeriodDTO,
val cooldownPeriod: PeriodDTO?,
@Json(name = "warmupPeriod")
val warmupPeriod: PeriodDTO,
@Json(name = "rewardClaiming")