Struct AccountTotals
Assembly: cs.temp.dll.dll
Syntax
[AlgoApiObject("", "", 0)]
[Serializable]
public struct AccountTotals : IEquatable<AccountTotals>
Properties
NotParticipating
Amount of stake in non-participating accounts
Declaration
[AlgoApiField("not-participating")]
public ulong NotParticipating { get; set; }
Property Value
Offline
Amount of stake in offline accounts
Declaration
[AlgoApiField("offline")]
public ulong Offline { get; set; }
Property Value
Online
Amount of stake in online accounts
Declaration
[AlgoApiField("online")]
public ulong Online { get; set; }
Property Value
RewardsLevel
Total number of algos received per reward unit since genesis
Declaration
[AlgoApiField("rewards-level")]
public ulong RewardsLevel { get; set; }
Property Value
Methods
Equals(AccountTotals)
Declaration
public bool Equals(AccountTotals other)
Parameters
Returns