Class NftBase
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
Decimals
The decimals
[JsonProperty("decimals")]
public int Decimals { get; set; }
Property Value
Description
Description
[JsonProperty("description")]
public string? Description { get; set; }
Property Value
Image
Image url
[JsonProperty("image")]
public string? Image { get; set; }
Property Value
Localization
Localization
[JsonProperty("localization")]
public string? Localization { get; set; }
Property Value
Name
The name
[JsonProperty("name")]
public string? Name { get; set; }
Property Value
Properties
Properties
[JsonProperty("properties")]
public string? Properties { get; set; }
Property Value
UpdatedAt
When it was updated
[JsonProperty("updatedAt")]
public long UpdatedAt { get; set; }