Updated on 2026-08-14
This commit is contained in:
parent
9625042e8d
commit
cedc1663f0
4 changed files with 26 additions and 12 deletions
|
|
@ -83,4 +83,8 @@ enum class ExchangeStatus {
|
|||
|
||||
val isAutoDisposable: Boolean
|
||||
get() = this == Finished
|
||||
|
||||
companion object {
|
||||
fun ExchangeStatus?.isFailed(): Boolean = this == Failed || this == TxFailed
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue