Updated on 2026-08-14
This commit is contained in:
parent
bb58d027c6
commit
0a4235ee0a
25 changed files with 160 additions and 39 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue