Class NftCollection
The nft collection
public class NftCollection
- Inheritance
-
NftCollection
- 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
Cid
The cid
[JsonProperty("cid")]
public string? Cid { get; set; }
Property Value
CollectionAddress
The collection address
[JsonProperty("collectionAddress")]
public string? CollectionAddress { get; set; }
Property Value
CollectionTitle
The collection title
[JsonProperty("collectionTitle")]
public string? CollectionTitle { get; set; }
Property Value
ContractAddress
The contract address
[JsonProperty("contractAddress")]
public string? ContractAddress { get; set; }
Property Value
CreatedAt
When it was created
[JsonProperty("createdAt")]
public long CreatedAt { get; set; }
Property Value
DeployStatus
The deploy status to Layer1
[JsonProperty("deployStatus")]
public string? DeployStatus { get; set; }
Property Value
Description
The collection description
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
Id
The collection id
[JsonProperty("id")]
public int Id { get; set; }
Property Value
IsCounterFactualNFT
If it's counterfactual
[JsonProperty("isCounterFactualNFT")]
public bool IsCounterFactualNFT { get; set; }
Property Value
IsMintable
If it's mintable
[JsonProperty("isMintable")]
public bool IsMintable { get; set; }
Property Value
IsPublic
If it's public
[JsonProperty("isPublic")]
public bool IsPublic { get; set; }
Property Value
Name
The collection 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 collection 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
UpdatedAt
when it was updated
[JsonProperty("updatedAt")]
public long UpdatedAt { get; set; }