Class CoinBalance
The nft token balance
public class CoinBalance
- Inheritance
-
CoinBalance
- Inherited Members
Properties
AccountId
The account id
[JsonProperty("accountId")]
public int AccountId { get; set; }
Property Value
Locked
If locked
[JsonProperty("locked")]
public string? Locked { get; set; }
Property Value
Pending
The pending status
[JsonProperty("pending")]
public Pending? Pending { get; set; }
Property Value
TokenId
The token id
[JsonProperty("tokenId")]
public int TokenId { get; set; }
Property Value
Total
The total
[JsonProperty("total")]
public string? Total { get; set; }