Struct AccountResponse
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AccountResponse : IEquatable<AccountResponse>
Properties
Account
Declaration
[AlgoApiField("account")]
public Account Account { get; set; }
Property Value
CurrentRound
Round at which the results were computed.
Declaration
[AlgoApiField("current-round")]
public ulong CurrentRound { get; set; }
Property Value
Methods
Equals(AccountResponse)
Declaration
public bool Equals(AccountResponse other)
Parameters
Returns