Skip to content

UNITON CONNECT 0.2.9

Latest
Compare
Choose a tag to compare
@MrVeit MrVeit released this 16 Aug 16:03
· 32 commits to main since this release
ac6899b

NEW FEATURES:

  • Added function to filter loaded nft collections UserAssetsUtils.GetCachedNftsByFilter(Func<NftItemData, bool> sortFilter),
  • Added function to filter scam nft collections UserAssetsUtils.GetCachedNftsByScamStatus(bool isScam),
  • Added function to filter nfts based on nft collection address UserAssetsUtils.GetCachedNftsByContractAddress(string collectionAddress).

BUG FIXES:

  • Fixed a bug that only displayed 1 item of the desired collection when querying UnitonConnectSDK.Instance.Assets.Nft.LoadTargetCollection(string collectionAddress).