Class ApplicationResponse
Inheritance
object
    ApplicationResponse
  Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Indexer.Model
Assembly: Algorand.dll
Syntax
public class ApplicationResponse
  Properties
| Improve this Doc View SourceApplication
Declaration
[JsonProperty("application", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Application Application { get; set; }
  Property Value
| Type | Description | 
|---|---|
| Application | 
CurrentRound
Declaration
[JsonProperty("current-round", Required = Required.Always)]
[Required]
public ulong CurrentRound { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |