Nft Assets
data class NftAssets(val nftId: String, val name: String, val description: String, val imageUrl: String, val chainId: String, val contractAddress: String, val tokenId: String, val collection: Collection, val lastSale: LastSale?, val rarity: Rarity, val floorPrice: FloorPrice?, val detailedInfo: DetailedInfo)
Constructors
Link copied to clipboard
constructor(nftId: String, name: String, description: String, imageUrl: String, chainId: String, contractAddress: String, tokenId: String, collection: Collection, lastSale: LastSale?, rarity: Rarity, floorPrice: FloorPrice?, detailedInfo: DetailedInfo)