Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-07 19:22:14 +04:00
parent 69754e4159
commit 9ad06df95c
6 changed files with 52 additions and 7 deletions

View file

@ -4,7 +4,7 @@ import java.math.BigDecimal
sealed class UpdateWalletManagerResult {
object MissedDerivation : UpdateWalletManagerResult()
data object MissedDerivation : UpdateWalletManagerResult()
data class Unreachable(
val selectedAddress: String? = null,