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)

Parameters

address

Ethereum address of the ERC721 contract

collectionImageUrl

URL of the tile image for this collection

description

Description of the collection

iconUrl

URL of the icon for this collection

metadataApiUrl

URL of the metadata for this collection

name

Name of the collection

projectId

The collection's project ID

projectOwnerAddress

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)

Properties

Link copied to clipboard
val address: String
Link copied to clipboard
val collectionImageUrl: String?
Link copied to clipboard
val description: String?
Link copied to clipboard
val iconUrl: String?
Link copied to clipboard
val metadataApiUrl: String?
Link copied to clipboard
val name: String
Link copied to clipboard
val projectId: Int
Link copied to clipboard
val projectOwnerAddress: String