Updated on 2026-08-14

This commit is contained in:
Tangem 2024-01-31 11:11:59 +01:00
parent 07bf6c376c
commit 11f62a51bc
8 changed files with 50 additions and 9 deletions

View file

@ -23,6 +23,9 @@ data class ExpressErrorValue(
@Json(name = "minAmount")
val minAmount: String?,
@Json(name = "maxAmount")
val maxAmount: String?,
@Json(name = "decimals")
val decimals: Int?,