Class NftHolder
Nft holder info
public class NftHolder
- Inheritance
-
NftHolder
- Inherited Members
Properties
AccountId
The account id
[JsonProperty("accountId")]
public int AccountId { get; set; }
Property Value
Address
The address
[JsonProperty("address")]
public string? Address { get; set; }
Property Value
Amount
Amount held
[JsonProperty("amount")]
public int Amount { get; set; }
Property Value
TokenId
The token id
[JsonProperty("tokenId")]
public int TokenId { get; set; }