This repository was archived by the owner on Mar 11, 2026. It is now read-only.
v2.2.5
2.2.5
Major Changes
- Added
NftNamespace.getContractsForOwner()to fetch all NFT contracts for a specified owner address. Thanks @xeno097!
Minor Changes
- Fixed a bug in
NftNamespace.getNftsForOwner()where theopenSeametadata was not included in the returned NFT. - Marked the
NftExcludeFilterstype as deprecated. Please useNftFiltersinstead. - Added support for the
orderByparam toNftNamespace.getNftsForOwner()andNftNamespace.getContractsForOwner().