Struct NFTCollectionDisplay
_14pub struct NFTCollectionDisplay {_14_14 pub let name: String_14_14 pub let description: String_14_14 pub let externalURL: ExternalURL_14_14 pub let squareImage: Media_14_14 pub let bannerImage: Media_14_14 pub let socials: {String: ExternalURL}_14}
View to expose the information needed to showcase this NFT's collection. This can be used by applications to give an overview and graphics of the NFT collection this NFT belongs to.
Initializer​
_10init(name: String, description: String, externalURL: ExternalURL, squareImage: Media, bannerImage: Media, socials: {String: ExternalURL})