Updated on 2026-08-14

This commit is contained in:
Tangem 2022-04-22 18:45:05 +03:00
parent f07c11dc61
commit e94550a09a
4 changed files with 7 additions and 14 deletions

View file

@ -24,7 +24,7 @@ data class CoinsResponse(
data class Network(
val networkId: String,
val address: String? = null,
val contractAddress: String? = null,
val decimalCount: BigDecimal? = null,
) : TangemTechResponse
}