Updated on 2026-08-14

This commit is contained in:
Tangem 2024-06-27 15:48:07 +01:00
parent f916d7394b
commit cf6ee347b8
14 changed files with 161 additions and 197 deletions

View file

@ -0,0 +1,5 @@
package com.tangem.domain.transaction.models
enum class TransactionType {
APPROVE,
}