Updated on 2026-08-14

This commit is contained in:
Tangem 2025-10-09 12:41:59 +04:00
parent 269a6d1d57
commit 161477c16a
11 changed files with 125 additions and 72 deletions

View file

@ -12,5 +12,7 @@ interface TangemPayStorage {
suspend fun getOrderId(customerWalletAddress: String): String?
suspend fun clear(customerWalletAddress: String)
suspend fun clearOrderId(customerWalletAddress: String)
suspend fun clearAll(customerWalletAddress: String)
}