Collection
data class Collection(@Json(name = "address" ) address: String, @Json(name = "collection_image_url" ) collectionImageUrl: String?, @Json(name = "description" ) description: String?, @Json(name = "icon_url" ) iconUrl: String?, @Json(name = "metadata_api_url" ) metadataApiUrl: String?, @Json(name = "name" ) name: String, @Json(name = "project_id" ) projectId: Int, @Json(name = "project_owner_address" ) projectOwnerAddress: String)
Content copied to clipboard
Parameters
address
Ethereum address of the ERC721 contract
collection Image Url
URL of the tile image for this collection
description
Description of the collection
icon Url
URL of the icon for this collection
metadata Api Url
URL of the metadata for this collection
name
Name of the collection
project Id
The collection's project ID
project Owner Address
Project owner address
Constructors
Link copied to clipboard
fun Collection(@Json(name = "address" ) address: String, @Json(name = "collection_image_url" ) collectionImageUrl: String?, @Json(name = "description" ) description: String?, @Json(name = "icon_url" ) iconUrl: String?, @Json(name = "metadata_api_url" ) metadataApiUrl: String?, @Json(name = "name" ) name: String, @Json(name = "project_id" ) projectId: Int, @Json(name = "project_owner_address" ) projectOwnerAddress: String)
Content copied to clipboard