Class Application
Assembly: Algorand.dll
Syntax
Properties
|
Edit this page
View Source
CreatedAtRound
Declaration
[JsonProperty("created-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? CreatedAtRound { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public bool? Deleted { get; set; }
Property Value
|
Edit this page
View Source
DeletedAtRound
Declaration
[JsonProperty("deleted-at-round", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? DeletedAtRound { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id", Required = Required.Always)]
[Required]
public ulong Id { get; set; }
Property Value
|
Edit this page
View Source
Params
Declaration
[JsonProperty("params", Required = Required.Always)]
[Required]
public ApplicationParams Params { get; set; }
Property Value