Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-06 11:18:02 +04:00
parent 8998fbb75c
commit 222398b9bb
4 changed files with 27 additions and 17 deletions

View file

@ -51,8 +51,8 @@ data class GeoResponse(
data class UserTokensResponse(
val version: Int = 0,
val group: String = "",
val sort: String = "",
val group: String? = null,
val sort: String? = null,
val tokens: List<TokenResponse> = emptyList(),
) : TangemTechResponse