Updated on 2026-08-14

This commit is contained in:
Tangem 2024-02-28 16:41:28 +00:00
parent a2d8d157bc
commit f5758d6a20
7 changed files with 15 additions and 4 deletions

View file

@ -75,4 +75,6 @@ sealed class Basic(
)
class WalletOpened : Basic(event = "Wallet Opened")
class ButtonSupport : Basic("Request Support")
}