Class AccountTotals
Inheritance
AccountTotals
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AccountTotals
Properties
|
Edit this page
View Source
NotParticipating
Declaration
[JsonProperty("not-participating", Required = Required.Always)]
[Key("not-participating")]
[Required]
public ulong NotParticipating { get; set; }
Property Value
|
Edit this page
View Source
Offline
Declaration
[JsonProperty("offline", Required = Required.Always)]
[Key("offline")]
[Required]
public ulong Offline { get; set; }
Property Value
|
Edit this page
View Source
Online
Declaration
[JsonProperty("online", Required = Required.Always)]
[Key("online")]
[Required]
public ulong Online { get; set; }
Property Value
|
Edit this page
View Source
RewardsLevel
Declaration
[JsonProperty("rewards-level", Required = Required.Always)]
[Key("rewards-level")]
[Required]
public ulong RewardsLevel { get; set; }
Property Value