Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-19 13:50:46 +04:00
parent 8a8ef9825c
commit 220598aff7
196 changed files with 286 additions and 252 deletions

View file

@ -2,7 +2,7 @@ package com.tangem.domain.nft.models
import com.tangem.domain.core.serialization.SerializedBigInteger
import com.tangem.domain.models.StatusSource
import com.tangem.domain.tokens.model.Network
import com.tangem.domain.models.network.Network
import kotlinx.serialization.Serializable
@Serializable

View file

@ -1,7 +1,7 @@
package com.tangem.domain.nft.models
import com.tangem.domain.models.StatusSource
import com.tangem.domain.tokens.model.Network
import com.tangem.domain.models.network.Network
import kotlinx.serialization.Serializable
@Serializable

View file

@ -1,7 +1,7 @@
package com.tangem.domain.nft.models
import com.tangem.domain.models.StatusSource
import com.tangem.domain.tokens.model.Network
import com.tangem.domain.models.network.Network
data class NFTCollections(
val network: Network,

View file

@ -1,6 +1,6 @@
package com.tangem.domain.nft.models
import com.tangem.domain.tokens.model.Network
import com.tangem.domain.models.network.Network
data class NFTNetworks(
val availableNetworks: List<Network>,