Updated on 2026-08-14

This commit is contained in:
Tangem 2023-06-06 18:44:07 +08:00
parent 3be414a6d0
commit 77170e7036
3 changed files with 1 additions and 12 deletions

View file

@ -77,12 +77,6 @@ sealed class Token(
class ButtonPaste : Send("Button - Paste")
class ButtonQRCode : Send("Button - QR Code")
class ButtonSwapCurrency : Send("Button - Swap Currency")
class TransactionSent(type: CurrencyType, error: Throwable? = null) : Send(
event = "Transaction Sent",
params = mapOf("Token" to type.value),
error = error,
)
}
sealed class Topup(