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
Added the NftNamespace.getTransfersForOwner() method to get all NFT transfers to or from a provided owner address.
Added the NftNamespace.getTransfersForContract() method to all the NFT transfers for a provided NFT contract address.
Deprecated the GetMintedNftsResponse interface in favor of the TransfersNftResponse. The TransfersNftResponse contains the same properties as the GetMintedNftsResponse and includes additional fields about the transfer.