Table of Contents

Class NftBase

Namespace
LoopNet.Models.Responses
Assembly
LoopNet.dll

The nft base information

public class NftBase
Inheritance
NftBase
Inherited Members

Properties

CreatedAt

When it was created

[JsonProperty("createdAt")]
public long CreatedAt { get; set; }

Property Value

long

Decimals

The decimals

[JsonProperty("decimals")]
public int Decimals { get; set; }

Property Value

int

Description

Description

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

Property Value

string

Image

Image url

[JsonProperty("image")]
public string? Image { get; set; }

Property Value

string

Localization

Localization

[JsonProperty("localization")]
public string? Localization { get; set; }

Property Value

string

Name

The name

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

Property Value

string

Properties

Properties

[JsonProperty("properties")]
public string? Properties { get; set; }

Property Value

string

UpdatedAt

When it was updated

[JsonProperty("updatedAt")]
public long UpdatedAt { get; set; }

Property Value

long