public-awesome / cw-ics721

CosmWasm IBC NFT Transfers
MIT License
59 stars 31 forks source link

CollectionData with minimal props, name and symbol, all others are optional. #73

Closed taitruong closed 10 months ago

taitruong commented 10 months ago

Parsing CollectionData is now more lenient/less restrictive. Incoming class data is checked whether it has name and symbol, which is then used for instantiated, escrowed nft contract. Custom contracts may attach additional props - like sg-ics721 with collection info to class data. ics721 is properly parsing it and only check for name and symbol.