Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-21 17:02:18 +04:00
parent 4b6a093ba9
commit f942073ff1
10 changed files with 20 additions and 27 deletions

View file

@ -2,9 +2,9 @@ package com.tangem.domain.transaction.usecase
import arrow.core.left
import arrow.core.right
import com.tangem.domain.models.network.CryptoCurrencyAddress
import com.tangem.domain.models.network.Network
import com.tangem.domain.models.network.NetworkAddress
import com.tangem.domain.tokens.model.CryptoCurrencyAddress
import com.tangem.domain.transaction.WalletAddressServiceRepository
import com.tangem.domain.transaction.error.AddressValidation
import com.tangem.domain.transaction.error.AddressValidationResult