Updated on 2026-08-14

This commit is contained in:
Tangem 2025-05-12 18:42:37 +05:00
parent 3171058cb6
commit a6e4099935
16 changed files with 242 additions and 33 deletions

View file

@ -16,9 +16,6 @@ interface NotificationsRepository {
suspend fun incrementTronTokenFeeNotificationShowCounter()
@Throws
suspend fun associateApplicationIdWithWallets(appId: String, wallets: List<String>)
@Throws
suspend fun sendPushToken(appId: ApplicationId, pushToken: String)