Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-15 16:55:30 +04:00
parent 210f392373
commit 9f070d6023
4 changed files with 0 additions and 79 deletions

View file

@ -127,12 +127,4 @@ interface SwapRepositoryV2 {
txHash: String,
txExtraId: String?,
)
/**
* Returns status [SwapStatusModel] on active swap
*
* @param userWallet selected user wallet
* @param txId transaction id in ExpressApi
*/
suspend fun getExchangeStatus(userWallet: UserWallet, txId: String): SwapStatusModel
}