Class Datum
Data about the nft
public class Datum
- Inheritance
-
Datum
- Inherited Members
Properties
AccountId
The account id
[JsonProperty("accountId")]
public int AccountId { get; set; }
Property Value
BalanceUpdatedAt
When the balance was updated
[JsonProperty("balanceUpdatedAt")]
public long BalanceUpdatedAt { get; set; }
Property Value
CollectionInfo
Collection info
[JsonProperty("collectionInfo")]
public CollectionInfo? CollectionInfo { get; set; }
Property Value
DeploymentStatus
The deployment status on layer 1
[JsonProperty("deploymentStatus")]
public string? DeploymentStatus { get; set; }
Property Value
Id
The id
[JsonProperty("id")]
public int Id { get; set; }
Property Value
IsCounterFactualNFT
Is it counterfactual?
[JsonProperty("isCounterFactualNFT")]
public bool IsCounterFactualNFT { get; set; }
Property Value
Locked
The amount locked
[JsonProperty("locked")]
public string? Locked { get; set; }
Property Value
Metadata
The metadata info
[JsonProperty("metadata")]
public Metadata? Metadata { get; set; }
Property Value
Minter
The minter
[JsonProperty("minter")]
public string? Minter { get; set; }
Property Value
NftData
The nft data, unique to the nft on Loopring
[JsonProperty("nftData")]
public string? NftData { get; set; }
Property Value
NftId
The nft id, not uniqiue, the same CID minted by different minters will have the same nft id
[JsonProperty("nftId")]
public string? NftId { get; set; }
Property Value
NftType
The nft type
[JsonProperty("nftType")]
public string? NftType { get; set; }
Property Value
Pending
The pending info
[JsonProperty("pending")]
public Pending? Pending { get; set; }
Property Value
Preference
Preference info
[JsonProperty("preference")]
public Preference? Preference { get; set; }
Property Value
RoyaltyPercentage
The royalty percentage
[JsonProperty("royaltyPercentage")]
public int? RoyaltyPercentage { get; set; }
Property Value
- int?
TokenAddress
The token address
[JsonProperty("tokenAddress")]
public string? TokenAddress { get; set; }
Property Value
TokenId
The token id
[JsonProperty("tokenId")]
public int TokenId { get; set; }
Property Value
Total
The total held
[JsonProperty("total")]
public string? Total { get; set; }
Property Value
UpdatedAt
When it was updated
[JsonProperty("updatedAt")]
public long UpdatedAt { get; set; }