Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-23 11:30:30 +03:00
parent 930ffd3261
commit e644ff7c96
19 changed files with 87 additions and 57 deletions

View file

@ -243,12 +243,12 @@ interface WalletManagersFacade {
suspend fun discardRequirements(userWalletId: UserWalletId, currency: CryptoCurrency): SimpleResult
/**
* Indicates UTXO consolidation availability
* Indicates self send availability
*
* @param userWalletId selected user wallet
* @param network availability for network
*/
suspend fun checkUtxoConsolidationAvailability(userWalletId: UserWalletId, network: Network): Boolean
suspend fun checkSelfSendAvailability(userWalletId: UserWalletId, network: Network): Boolean
suspend fun getNFTCollections(userWalletId: UserWalletId, network: Network): List<NFTCollection>