Updated on 2026-08-14
This commit is contained in:
parent
aa2439e3fa
commit
e803ab0d7d
12 changed files with 103 additions and 24 deletions
|
|
@ -19,4 +19,9 @@ sealed class SimulationData {
|
|||
data class Approve(
|
||||
val approvedAmounts: List<ApprovedAmount>,
|
||||
) : SimulationData()
|
||||
|
||||
/**
|
||||
* Simulation was successfully performed and no changes detected
|
||||
*/
|
||||
data object NoWalletChangesDetected : SimulationData()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue