Updated on 2026-08-14
This commit is contained in:
parent
d4e8d3f45f
commit
0334e93ec2
13 changed files with 145 additions and 118 deletions
|
|
@ -44,16 +44,9 @@ interface SwapTransactionRepository {
|
|||
* Remove stores swap transaction
|
||||
*
|
||||
* @param userWalletId selected user wallet id
|
||||
* @param fromCryptoCurrency currency swap from
|
||||
* @param toCryptoCurrency currency swap to
|
||||
* @param txId transaction id to remove
|
||||
*/
|
||||
suspend fun removeTransaction(
|
||||
userWalletId: UserWalletId,
|
||||
fromCryptoCurrency: CryptoCurrency,
|
||||
toCryptoCurrency: CryptoCurrency,
|
||||
txId: String,
|
||||
)
|
||||
suspend fun removeTransaction(userWalletId: UserWalletId, txId: String)
|
||||
|
||||
/**
|
||||
* Update swap transaction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue