Class AppResourceRecord
Inheritance
object
    AppResourceRecord
  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 AppResourceRecord
  Properties
| Improve this Doc View SourceAddress
Declaration
[JsonProperty("address", Required = Required.Always)]
[Required]
public string Address { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
AppDeleted
Declaration
[JsonProperty("app-deleted", Required = Required.Always)]
[Required]
public bool AppDeleted { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
AppIndex
Declaration
[JsonProperty("app-index", Required = Required.Always)]
[Required]
public ulong AppIndex { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong | 
AppLocalState
Declaration
[JsonProperty("app-local-state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationLocalState AppLocalState { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ApplicationLocalState | 
AppLocalStateDeleted
Declaration
[JsonProperty("app-local-state-deleted", Required = Required.Always)]
[Required]
public bool AppLocalStateDeleted { get; set; }
  Property Value
| Type | Description | 
|---|---|
| bool | 
AppParams
Declaration
[JsonProperty("app-params", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationParams AppParams { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ApplicationParams |