Updated on 2026-08-14
This commit is contained in:
parent
930ffd3261
commit
e644ff7c96
19 changed files with 87 additions and 57 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue