DetailedInfo

data class DetailedInfo(val ownerCount: Int, val tokenCount: Int, val createdDate: String?, val attributes: List<Attribute>, val owners: List<Owner>, val extendedCollectionInfo: ExtendedCollectionInfo, val extendedSaleInfo: ExtendedSaleInfo?, val marketplaceInfo: List<MarketplaceInfo>, val mediaInfo: MediaInfo)

Constructors

Link copied to clipboard
constructor(ownerCount: Int, tokenCount: Int, createdDate: String?, attributes: List<Attribute>, owners: List<Owner>, extendedCollectionInfo: ExtendedCollectionInfo, extendedSaleInfo: ExtendedSaleInfo?, marketplaceInfo: List<MarketplaceInfo>, mediaInfo: MediaInfo)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard