Class NodeStatusResponse
  
  
  
    Inheritance
    object
    NodeStatusResponse
   
  
    Inherited Members
    
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
   
  
  Assembly: Algorand.dll
  Syntax
  
    public class NodeStatusResponse
   
  Properties
  
    |
    Improve this Doc
  
  
    View Source
  
  
  Catchpoint
  
  
  Declaration
  
    [JsonProperty("catchpoint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Catchpoint { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointAcquiredBlocks
  
  
  Declaration
  
    [JsonProperty("catchpoint-acquired-blocks", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointAcquiredBlocks { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointProcessedAccounts
  
  
  Declaration
  
    [JsonProperty("catchpoint-processed-accounts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointProcessedAccounts { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointProcessedKvs
  
  
  Declaration
  
    [JsonProperty("catchpoint-processed-kvs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointProcessedKvs { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointTotalAccounts
  
  
  Declaration
  
    [JsonProperty("catchpoint-total-accounts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointTotalAccounts { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointTotalBlocks
  
  
  Declaration
  
    [JsonProperty("catchpoint-total-blocks", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointTotalBlocks { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointTotalKvs
  
  
  Declaration
  
    [JsonProperty("catchpoint-total-kvs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointTotalKvs { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointVerifiedAccounts
  
  
  Declaration
  
    [JsonProperty("catchpoint-verified-accounts", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointVerifiedAccounts { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchpointVerifiedKvs
  
  
  Declaration
  
    [JsonProperty("catchpoint-verified-kvs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CatchpointVerifiedKvs { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  CatchupTime
  
  
  Declaration
  
    [JsonProperty("catchup-time", Required = Required.Always)]
[Required]
public ulong CatchupTime { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LastCatchpoint
  
  
  Declaration
  
    [JsonProperty("last-catchpoint", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string LastCatchpoint { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LastRound
  
  
  Declaration
  
    [JsonProperty("last-round", Required = Required.Always)]
[Required]
public ulong LastRound { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  LastVersion
  
  
  Declaration
  
    [JsonProperty("last-version", Required = Required.Always)]
[Required]
public string LastVersion { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NextVersion
  
  
  Declaration
  
    [JsonProperty("next-version", Required = Required.Always)]
[Required]
public string NextVersion { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NextVersionRound
  
  
  Declaration
  
    [JsonProperty("next-version-round", Required = Required.Always)]
[Required]
public ulong NextVersionRound { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  NextVersionSupported
  
  
  Declaration
  
    [JsonProperty("next-version-supported", Required = Required.Always)]
[Required]
public bool NextVersionSupported { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  StoppedAtUnsupportedRound
  
  
  Declaration
  
    [JsonProperty("stopped-at-unsupported-round", Required = Required.Always)]
[Required]
public bool StoppedAtUnsupportedRound { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  TimeSinceLastRound
  
  
  Declaration
  
    [JsonProperty("time-since-last-round", Required = Required.Always)]
[Required]
public ulong TimeSinceLastRound { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeDelay
  
  
  Declaration
  
    [JsonProperty("upgrade-delay", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeDelay { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeNextProtocolVoteBefore
  
  
  Declaration
  
    [JsonProperty("upgrade-next-protocol-vote-before", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeNextProtocolVoteBefore { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeNodeVote
  
  
  Declaration
  
    [JsonProperty("upgrade-node-vote", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? UpgradeNodeVote { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeNoVotes
  
  
  Declaration
  
    [JsonProperty("upgrade-no-votes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeNoVotes { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeVoteRounds
  
  
  Declaration
  
    [JsonProperty("upgrade-vote-rounds", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeVoteRounds { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeVotes
  
  
  Declaration
  
    [JsonProperty("upgrade-votes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeVotes { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeVotesRequired
  
  
  Declaration
  
    [JsonProperty("upgrade-votes-required", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeVotesRequired { get; set; }
   
  Property Value
  
  
    |
    Improve this Doc
  
  
    View Source
  
  
  UpgradeYesVotes
  
  
  Declaration
  
    [JsonProperty("upgrade-yes-votes", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? UpgradeYesVotes { get; set; }
   
  Property Value