Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-14 07:30:12 +03:00
commit 7a306916aa
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")