Class SupplyResponse
Inheritance
object
    SupplyResponse
  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 SupplyResponse
  Properties
| Improve this Doc View SourceCurrent_round
Declaration
[JsonProperty("current_round", Required = Required.Always)]
[Required]
public ulong Current_round { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
OnlineMoney
Declaration
[JsonProperty("online-money", Required = Required.Always)]
[Required]
public ulong OnlineMoney { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
TotalMoney
Declaration
[JsonProperty("total-money", Required = Required.Always)]
[Required]
public ulong TotalMoney { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |