CryptoNFT.cs

This is a ScriptableObject and essentially works as an object to be instantiated for each NFT that is passed to the CryptoReceiver ReceiveNFT function. Each one will hold an NFT's nftName (name of the NFT), spritelink (URL of the NFT's image), description (the NFT's description), attributes (a List<NFTAttribute> containing all the attributes) and creator which will be first address of the NFTs Creators wallets.

All instantiated CryptoNFT's are accessible from CryptoReceiver.CR.myNFTs in the List<> format.

Last updated