Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-13 17:08:24 +03:00
parent 6446a08369
commit 820379bb78
36 changed files with 765 additions and 181 deletions

View file

@ -75,7 +75,7 @@ data class YieldDTO(
@Json(name = "website")
val website: String?,
@Json(name = "apr")
val apr: Double?,
val apr: BigDecimal?,
@Json(name = "commission")
val commission: Double?,
@Json(name = "stakedBalance")