Updated on 2026-08-14
This commit is contained in:
parent
3be414a6d0
commit
77170e7036
3 changed files with 1 additions and 12 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue