Class AssetHoldingsResponse
Inheritance
AssetHoldingsResponse
Assembly: Algorand.dll
Syntax
public class AssetHoldingsResponse
Properties
|
Edit this page
View Source
Assets
Declaration
[JsonProperty("assets", Required = Required.Always)]
[Required]
public ICollection<AssetHolding> Assets { 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