Class Token_NFT
- Namespace
- Thirdweb.Indexer
- Assembly
- Thirdweb.dll
[JsonObject(ItemNullValueHandling = NullValueHandling.Ignore)]
public class Token_NFT : Token
- Inheritance
-
Token_NFT
- Derived
-
- Inherited Members
-
- Extension Methods
-
Properties
AnimationUrl
[JsonProperty("animation_url")]
public string AnimationUrl { get; set; }
Property Value
- string
BackgroundColor
[JsonProperty("background_color")]
public string BackgroundColor { get; set; }
Property Value
- string
Collection
[JsonProperty("collection")]
public NFT_Collection Collection { get; set; }
Property Value
- NFT_Collection
Contract
[JsonProperty("contract")]
public NFT_Contract Contract { get; set; }
Property Value
- NFT_Contract
Description
[JsonProperty("description")]
public string Description { get; set; }
Property Value
- string
ExternalUrl
[JsonProperty("external_url")]
public string ExternalUrl { get; set; }
Property Value
- string
[JsonProperty("extra_metadata")]
public NFT_ExtraMetadata ExtraMetadata { get; set; }
Property Value
- NFT_ExtraMetadata
ImageUrl
[JsonProperty("image_url")]
public string ImageUrl { get; set; }
Property Value
- string
Name
[JsonProperty("name")]
public string Name { get; set; }
Property Value
- string
Status
[JsonProperty("status")]
public string Status { get; set; }
Property Value
- string
TokenId
[JsonProperty("token_id")]
public string TokenId { get; set; }
Property Value
- string
VideoUrl
[JsonProperty("video_url")]
public string VideoUrl { get; set; }
Property Value
- string