Updated on 2026-08-14

This commit is contained in:
Tangem 2022-10-12 12:17:19 +04:00
parent 7efc129909
commit ed47aefb33
3 changed files with 5 additions and 11 deletions

View file

@ -59,7 +59,7 @@ data class UserTokensResponse(
data class TokenResponse(
val id: String? = null,
val networkId: String,
val derivationPath: String,
val derivationPath: String? = null,
val name: String,
val symbol: String,
val decimals: Int,