Updated on 2026-08-14

This commit is contained in:
Tangem 2025-07-22 16:33:40 +04:00
parent 603f522cf9
commit 86d8877629
6 changed files with 315 additions and 4 deletions

View file

@ -5,8 +5,8 @@ import com.ihsanbal.logging.LoggingInterceptor
import com.tangem.lib.visa.model.VisaContractInfo
import com.tangem.lib.visa.utils.Constants
import com.tangem.lib.visa.utils.Constants.NETWORK_LOGS_TAG
import com.tangem.lib.visa.utils.toHexString
import com.tangem.utils.coroutines.CoroutineDispatcherProvider
import com.tangem.utils.extensions.toHexString
import okhttp3.OkHttpClient
import org.web3j.crypto.Credentials
import org.web3j.protocol.Web3j

View file

@ -1,3 +0,0 @@
package com.tangem.lib.visa.utils
internal fun ByteArray.toHexString(): String = joinToString("") { "%02X".format(it) }