Updated on 2026-08-14
This commit is contained in:
parent
e5d93deb3b
commit
69f3fa4c0f
7 changed files with 38 additions and 25 deletions
|
|
@ -21,7 +21,7 @@ interface TangemPayStorage {
|
|||
suspend fun getAddToWalletDone(customerWalletAddress: String): Boolean
|
||||
|
||||
suspend fun storeAddToWalletDone(customerWalletAddress: String, isDone: Boolean)
|
||||
suspend fun storeCheckCustomerWalletResult(userWalletId: UserWalletId)
|
||||
suspend fun storeCheckCustomerWalletResult(userWalletId: UserWalletId, isPaeraCustomer: Boolean)
|
||||
suspend fun checkCustomerWalletResult(userWalletId: UserWalletId): Boolean?
|
||||
|
||||
suspend fun storeWithdrawOrder(userWalletId: UserWalletId, orderId: String)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue