Updated on 2026-08-14

This commit is contained in:
Tangem 2025-02-10 16:29:20 +05:00
parent c689b1e133
commit 8a17f8e1fb

View file

@ -78,6 +78,7 @@ enum class ExchangeStatus {
this == Finished ||
this == Cancelled ||
this == TxFailed ||
this == Paused ||
this == Unknown
val isAutoDisposable: Boolean