Class Extra
Extra info
public class Extra
- Inheritance
-
Extra
- Inherited Members
Properties
AnimationUrl
The animation url
[JsonProperty("animationUrl")]
public string? AnimationUrl { get; set; }
Property Value
Attributes
The attributes
[JsonProperty("attributes")]
public string? Attributes { get; set; }
Property Value
BackgroundColor
The background color
[JsonProperty("backgroundColor")]
public string? BackgroundColor { get; set; }
Property Value
ExternalUrl
The external url
[JsonProperty("externalUrl")]
public string? ExternalUrl { get; set; }
Property Value
ImageData
The image data
[JsonProperty("imageData")]
public string? ImageData { get; set; }
Property Value
MintChannel
The mint channel
[JsonProperty("mintChannel")]
public string? MintChannel { get; set; }
Property Value
Minter
The minter
[JsonProperty("minter")]
public string? Minter { get; set; }
Property Value
Properties
The properties
[JsonProperty("properties")]
public Properties? Properties { get; set; }
Property Value
YoutubeUrl
The youtube url
[JsonProperty("youtubeUrl")]
public string? YoutubeUrl { get; set; }