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