Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-02 16:16:39 +03:00
parent 65ead13295
commit 6227d835b0
17 changed files with 250 additions and 93 deletions

View file

@ -16,7 +16,7 @@ class StakeKitErrorResponse(
@Json(name = "code")
val code: String? = null,
@Json(name = "countryCode")
val countryCode: String,
val countryCode: String?,
@Json(name = "regionCode")
val regionCode: String? = null,
@Json(name = "tags")