Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-07 08:53:24 +03:00
parent 99b4c180cc
commit 1a4e8d8f20
11 changed files with 142 additions and 102 deletions

View file

@ -79,6 +79,7 @@ data class WalletDataModel(
data class Unreachable(
override val errorMessage: String?,
override val amount: BigDecimal = BigDecimal.ZERO,
) : Status() {
override val isErrorStatus: Boolean = true
}