Table of Contents

Struct NFTMetadata

Namespace
Thirdweb
Assembly
Thirdweb.dll

Represents the metadata of an NFT.

[Serializable]
public struct NFTMetadata
Inherited Members

Properties

AnimationUrl

Gets or sets the animation URL of the NFT.

[JsonProperty("animation_url")]
public string AnimationUrl { readonly get; set; }

Property Value

string

Attributes

Gets or sets the attributes of the NFT.

[JsonProperty("attributes")]
public object Attributes { readonly get; set; }

Property Value

object

BackgroundColor

Gets or sets the background color of the NFT.

[JsonProperty("background_color")]
public string BackgroundColor { readonly get; set; }

Property Value

string

Description

Gets or sets the description of the NFT.

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

Property Value

string

ExternalUrl

Gets or sets the external URL of the NFT.

[JsonProperty("external_url")]
public string ExternalUrl { readonly get; set; }

Property Value

string

Id

Gets or sets the ID of the NFT.

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

Property Value

string

Image

Gets or sets the image URL of the NFT.

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

Property Value

string

Name

Gets or sets the name of the NFT.

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

Property Value

string

Properties

Gets or sets the properties of the NFT.

[JsonProperty("properties")]
public object Properties { readonly get; set; }

Property Value

object

Uri

Gets or sets the URI of the NFT.

[JsonProperty("uri")]
public string Uri { readonly get; set; }

Property Value

string