Struct ApplicationLocalStatesResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct ApplicationLocalStatesResponse : IEquatable<ApplicationLocalStatesResponse>
Properties
AppsLocalStates
Declaration
[AlgoApiField("apps-local-states")]
public ApplicationLocalState[] AppsLocalStates { get; set; }
Property Value
CurrentRound
Round at which the results were computed.
Declaration
[AlgoApiField("current-round")]
public ulong CurrentRound { get; set; }
Property Value
NextToken
Used for pagination, when making another request provide this token with the next parameter.
Declaration
[AlgoApiField("next-token")]
public string NextToken { get; set; }
Property Value
Methods
Equals(ApplicationLocalStatesResponse)
Declaration
public bool Equals(ApplicationLocalStatesResponse other)
Parameters
Returns