You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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).