Class AccountApplicationResource
Inheritance
AccountApplicationResource
Assembly: Algorand.dll
Syntax
[MessagePackObject(false)]
public class AccountApplicationResource
Properties
|
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
CreatedAtRound
Declaration
[JsonProperty("created-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("created-at-round")]
public ulong? CreatedAtRound { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("deleted")]
public bool? Deleted { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Key("id")]
[Required]
public ulong Id { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[JsonProperty("params", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("params")]
public ApplicationParams Params { get; set; }
Property Value