Class CollectionInfo
Collection info
public class CollectionInfo
- Inheritance
-
CollectionInfo
- Inherited Members
Properties
Avatar
The avatar
[JsonProperty("avatar")]
public string? Avatar { get; set; }
Property Value
Banner
The banner
[JsonProperty("banner")]
public string? Banner { get; set; }
Property Value
BaseUri
The base uri
[JsonProperty("baseUri")]
public string? BaseUri { get; set; }
Property Value
Cached
Cached info
[JsonProperty("cached")]
public Cached? Cached { get; set; }
Property Value
CollectionAddress
The collection address
[JsonProperty("collectionAddress")]
public string? CollectionAddress { get; set; }
Property Value
ContractAddress
The contract address
[JsonProperty("contractAddress")]
public string? ContractAddress { get; set; }
Property Value
DeployStatus
The deployment status on Layer 1
[JsonProperty("deployStatus")]
public string? DeployStatus { get; set; }
Property Value
Description
The description
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
Extra
The extra info
[JsonProperty("extra")]
public Extra? Extra { get; set; }
Property Value
Id
The Id
[JsonProperty("id")]
public int Id { get; set; }
Property Value
Name
The name
[JsonProperty("name")]
public string? Name { get; set; }
Property Value
NftFactory
The nft factory
[JsonProperty("nftFactory")]
public string? NftFactory { get; set; }
Property Value
NftType
The nft type
[JsonProperty("nftType")]
public string? NftType { get; set; }
Property Value
Owner
The owner
[JsonProperty("owner")]
public string? Owner { get; set; }
Property Value
Thumbnail
The thumbnail
[JsonProperty("thumbnail")]
public string? Thumbnail { get; set; }
Property Value
TileUri
The tile uri
[JsonProperty("tileUri")]
public string? TileUri { get; set; }
Property Value
Times
The times info
[JsonProperty("times")]
public Times? Times { get; set; }