Updated on 2026-08-14
This commit is contained in:
parent
99b4c180cc
commit
1a4e8d8f20
11 changed files with 142 additions and 102 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue