Updated on 2026-08-14
This commit is contained in:
parent
7f2e5650e2
commit
16c7de9054
27 changed files with 796 additions and 70 deletions
|
|
@ -30,4 +30,6 @@ data class SwapCurrencyStatus(
|
|||
get() = status.currency
|
||||
val userWalletId: UserWalletId
|
||||
get() = userWallet.walletId
|
||||
val isYieldSupplyActive: Boolean
|
||||
get() = status.value.yieldSupplyStatus?.isActive == true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue