onflow / nft-catalog

https://www.flow-nft-catalog.com/
The Unlicense
36 stars 13 forks source link

Add method to get nft collection counts for an address #33

Closed bshahid331 closed 2 years ago

bshahid331 commented 2 years ago

Summary Add a helper function to get count of NFTs for a collection in an account. This way you can load data without having to return the NFTViews which includes more data.

Test Plan Added additional tests and made sure previous tests still pass.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
nft-catalog ❌ Failed (Inspect) Jul 15, 2022 at 5:59PM (UTC)
bshahid331 commented 2 years ago

cc: @bjartek