Updated on 2026-08-14

This commit is contained in:
Tangem 2025-06-25 17:19:42 +05:00
parent 058a6ab4d5
commit 451fdc5e0b
37 changed files with 748 additions and 226 deletions

View file

@ -102,7 +102,7 @@ internal class WcEthSendTransactionUseCase @AssistedInject constructor(
emit(newState)
}
override suspend fun dAppFee(): Fee.Ethereum.Legacy? {
override fun dAppFee(): Fee.Ethereum.Legacy? {
return dAppFee
}

View file

@ -123,7 +123,7 @@ internal class WcEthSignTransactionUseCase @AssistedInject constructor(
emitAll(delegate.invoke(transactionData))
}
override suspend fun dAppFee(): Fee.Ethereum.Legacy? {
override fun dAppFee(): Fee.Ethereum.Legacy? {
return dAppFee
}