Class AccountApplicationResponse
Inheritance
object
    AccountApplicationResponse
  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 AccountApplicationResponse
  Properties
| Improve this Doc View SourceAppLocalState
Declaration
[JsonProperty("app-local-state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationLocalState AppLocalState { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ApplicationLocalState | 
CreatedApp
Declaration
[JsonProperty("created-app", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationParams CreatedApp { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ApplicationParams | 
Round
Declaration
[JsonProperty("round", Required = Required.Always)]
[Required]
public ulong Round { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong |