Updated on 2026-08-14

This commit is contained in:
Tangem 2024-10-09 14:53:35 +04:00
parent bb58d027c6
commit 0a4235ee0a
25 changed files with 160 additions and 39 deletions

View file

@ -146,7 +146,7 @@ internal class DefaultTransactionRepository(
override suspend fun sendTransaction(
txData: TransactionData,
signer: CommonSigner,
signer: TransactionSigner,
userWalletId: UserWalletId,
network: Network,
) = withContext(coroutineDispatcherProvider.io) {
@ -161,7 +161,7 @@ internal class DefaultTransactionRepository(
override suspend fun sendMultipleTransactions(
txsData: List<TransactionData>,
signer: CommonSigner,
signer: TransactionSigner,
userWalletId: UserWalletId,
network: Network,
) = withContext(coroutineDispatcherProvider.io) {