Class SupplyResponse
Inheritance
SupplyResponse
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class SupplyResponse
Properties
|
Edit this page
View Source
Current_round
Declaration
[JsonProperty("current_round", Required = Required.Always)]
[Key("current_round")]
[Required]
public ulong Current_round { get; set; }
Property Value
|
Edit this page
View Source
OnlineMoney
Declaration
[JsonProperty("online-money", Required = Required.Always)]
[Key("online-money")]
[Required]
public ulong OnlineMoney { get; set; }
Property Value
|
Edit this page
View Source
TotalMoney
Declaration
[JsonProperty("total-money", Required = Required.Always)]
[Key("total-money")]
[Required]
public ulong TotalMoney { get; set; }
Property Value