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

@ -614,7 +614,7 @@ class DefaultWalletManagersFacade(
override suspend fun associateAsset(
userWalletId: UserWalletId,
currency: CryptoCurrency,
signer: CommonSigner,
signer: TransactionSigner,
): SimpleResult {
return withContext(dispatchers.io) {
val walletManager = getOrCreateWalletManager(userWalletId = userWalletId, network = currency.network)

View file

@ -236,7 +236,7 @@ interface WalletManagersFacade {
suspend fun associateAsset(
userWalletId: UserWalletId,
currency: CryptoCurrency,
signer: CommonSigner,
signer: TransactionSigner,
): SimpleResult
/**