Class AssetBalancesResponse
Inheritance
AssetBalancesResponse
Assembly: Algorand.dll
Syntax
public class AssetBalancesResponse
Properties
|
Edit this page
View Source
Balances
Declaration
[JsonProperty("balances", Required = Required.Always)]
[Required]
public ICollection<MiniAssetHolding> Balances { get; set; }
Property Value
|
Edit this page
View Source
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
Property Value
|
Edit this page
View Source
NextToken
Declaration
[JsonProperty("next-token", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string NextToken { get; set; }
Property Value