Table of Contents

Class CollectionInfo

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

Collection info

public class CollectionInfo
Inheritance
CollectionInfo
Inherited Members

Properties

Avatar

The avatar

[JsonProperty("avatar")]
public string? Avatar { get; set; }

Property Value

string

Banner

The banner

[JsonProperty("banner")]
public string? Banner { get; set; }

Property Value

string

BaseUri

The base uri

[JsonProperty("baseUri")]
public string? BaseUri { get; set; }

Property Value

string

Cached

Cached info

[JsonProperty("cached")]
public Cached? Cached { get; set; }

Property Value

Cached

CollectionAddress

The collection address

[JsonProperty("collectionAddress")]
public string? CollectionAddress { get; set; }

Property Value

string

ContractAddress

The contract address

[JsonProperty("contractAddress")]
public string? ContractAddress { get; set; }

Property Value

string

DeployStatus

The deployment status on Layer 1

[JsonProperty("deployStatus")]
public string? DeployStatus { get; set; }

Property Value

string

Description

The description

[JsonProperty("description")]
public string? Description { get; set; }

Property Value

string

Extra

The extra info

[JsonProperty("extra")]
public Extra? Extra { get; set; }

Property Value

Extra

Id

The Id

[JsonProperty("id")]
public int Id { get; set; }

Property Value

int

Name

The name

[JsonProperty("name")]
public string? Name { get; set; }

Property Value

string

NftFactory

The nft factory

[JsonProperty("nftFactory")]
public string? NftFactory { get; set; }

Property Value

string

NftType

The nft type

[JsonProperty("nftType")]
public string? NftType { get; set; }

Property Value

string

Owner

The owner

[JsonProperty("owner")]
public string? Owner { get; set; }

Property Value

string

Thumbnail

The thumbnail

[JsonProperty("thumbnail")]
public string? Thumbnail { get; set; }

Property Value

string

TileUri

The tile uri

[JsonProperty("tileUri")]
public string? TileUri { get; set; }

Property Value

string

Times

The times info

[JsonProperty("times")]
public Times? Times { get; set; }

Property Value

Times