Class AppResourceRecord
Inheritance
AppResourceRecord
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AppResourceRecord
Properties
|
Edit this page
View Source
Address
Declaration
[JsonProperty("address", Required = Required.Always)]
[Key("address")]
[Required]
public string Address { get; set; }
Property Value
|
Edit this page
View Source
AppDeleted
Declaration
[JsonProperty("app-deleted", Required = Required.Always)]
[Key("app-deleted")]
[Required]
public bool AppDeleted { get; set; }
Property Value
|
Edit this page
View Source
AppIndex
Declaration
[JsonProperty("app-index", Required = Required.Always)]
[Key("app-index")]
[Required]
public ulong AppIndex { get; set; }
Property Value
|
Edit this page
View Source
AppLocalState
Declaration
[JsonProperty("app-local-state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("app-local-state")]
public ApplicationLocalState AppLocalState { get; set; }
Property Value
|
Edit this page
View Source
AppLocalStateDeleted
Declaration
[JsonProperty("app-local-state-deleted", Required = Required.Always)]
[Key("app-local-state-deleted")]
[Required]
public bool AppLocalStateDeleted { get; set; }
Property Value
|
Edit this page
View Source
AppParams
Declaration
[JsonProperty("app-params", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("app-params")]
public ApplicationParams AppParams { get; set; }
Property Value