Updated on 2026-08-14
This commit is contained in:
parent
6ddf9a25ae
commit
e8f2ed8517
22 changed files with 463 additions and 81 deletions
|
|
@ -153,6 +153,8 @@ internal class DefaultNFTRepository @Inject constructor(
|
|||
}.saveIn(getCollectionJobHolder(collectionId)).join()
|
||||
}
|
||||
|
||||
override suspend fun isNFTSupported(network: Network): Boolean = network.canHandleNFTs()
|
||||
|
||||
private suspend fun refreshSalePrice(
|
||||
userWalletId: UserWalletId,
|
||||
network: Network,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue