Itheum / sdk-mx-data-nft

TypeScript/JavaScript SDK for Itheum's Data NFT Technology on MultiversX Blockchain
https://itheum.github.io/sdk-mx-data-nft/
GNU General Public License v3.0
460 stars 3 forks source link

Modify Data NFT SDK to include media array from the MultiversX API #130

Closed damienen closed 2 months ago

damienen commented 3 months ago

image (6)

Besides URIs on extra_assets we should also have media as it does things way easier for showing images

damienen commented 3 months ago

I included it on d-damian and 3.2.0-alpha.1 but only as a provision type object[]

It should have the correct type: { url: string, ... }

Also needs tests