Updated on 2026-08-14
This commit is contained in:
parent
3ac26a45b7
commit
294df69e93
21 changed files with 427 additions and 100 deletions
|
|
@ -0,0 +1,7 @@
|
|||
package com.tangem.domain.core.wallets.error
|
||||
|
||||
sealed interface SaveFirstColdWalletError {
|
||||
data object CreateWalletError : SaveFirstColdWalletError
|
||||
data class SaveError(val error: SaveWalletError) : SaveFirstColdWalletError
|
||||
data class SelectError(val error: SelectWalletError) : SaveFirstColdWalletError
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue