Class Metadata
Metadata info
public class Metadata
- Inheritance
-
Metadata
- Inherited Members
Properties
Extra
Extra info
[JsonProperty("extra")]
public Extra? Extra { get; set; }
Property Value
ImageSize
Image Size info
[JsonProperty("imageSize")]
public ImageSize? ImageSize { get; set; }
Property Value
Network
The network
[JsonProperty("network")]
public int Network { get; set; }
Property Value
NftBase
The nft base info
[JsonProperty("base")]
public NftBase? NftBase { get; set; }
Property Value
NftId
The nft id
[JsonProperty("nftId")]
public string? NftId { get; set; }
Property Value
NftType
The nft type
[JsonProperty("nftType")]
public int NftType { get; set; }
Property Value
Status
The status
[JsonProperty("status")]
public int Status { get; set; }
Property Value
TokenAddress
The token address
[JsonProperty("tokenAddress")]
public string? TokenAddress { get; set; }
Property Value
Uri
The uri
[JsonProperty("uri")]
public string? Uri { get; set; }