Updated on 2026-08-14
This commit is contained in:
parent
8998fbb75c
commit
222398b9bb
4 changed files with 27 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue