Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-23 17:08:01 +03:00
parent cf49333c22
commit c35da7186d
9 changed files with 99 additions and 131 deletions

View file

@ -0,0 +1,6 @@
package com.tangem.domain.yield.supply.models
enum class YieldSupplyEnterStatus {
Enter,
Exit,
}