Class AccountTotals
Inheritance
object
AccountTotals
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Algorand.Algod.Model
Assembly: Algorand.dll
Syntax
public class AccountTotals
Properties
| Improve this Doc View SourceNotParticipating
Declaration
[JsonProperty("not-participating", Required = Required.Always)]
[Required]
public ulong NotParticipating { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Offline
Declaration
[JsonProperty("offline", Required = Required.Always)]
[Required]
public ulong Offline { get; set; }
Property Value
Type | Description |
---|---|
ulong |
Online
Declaration
[JsonProperty("online", Required = Required.Always)]
[Required]
public ulong Online { get; set; }
Property Value
Type | Description |
---|---|
ulong |
RewardsLevel
Declaration
[JsonProperty("rewards-level", Required = Required.Always)]
[Required]
public ulong RewardsLevel { get; set; }
Property Value
Type | Description |
---|---|
ulong |