Class ApplicationParams
Inheritance
ApplicationParams
Assembly: Algorand.dll
Syntax
public class ApplicationParams
Properties
|
Edit this page
View Source
ApprovalProgram
Declaration
[JsonProperty("approval-program", Required = Required.Always)]
[Required]
public TEALProgram ApprovalProgram { get; set; }
Property Value
|
Edit this page
View Source
ClearStateProgram
Declaration
[JsonProperty("clear-state-program", Required = Required.Always)]
[Required]
public TEALProgram ClearStateProgram { get; set; }
Property Value
|
Edit this page
View Source
Creator
Declaration
[JsonProperty("creator", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public Address Creator { get; set; }
Property Value
|
Edit this page
View Source
ExtraProgramPages
Declaration
[JsonProperty("extra-program-pages", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? ExtraProgramPages { get; set; }
Property Value
|
Edit this page
View Source
GlobalState
Declaration
[JsonProperty("global-state", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<TealKeyValue> GlobalState { get; set; }
Property Value
|
Edit this page
View Source
GlobalStateSchema
Declaration
[JsonProperty("global-state-schema", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationStateSchema GlobalStateSchema { get; set; }
Property Value
|
Edit this page
View Source
LocalStateSchema
Declaration
[JsonProperty("local-state-schema", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ApplicationStateSchema LocalStateSchema { get; set; }
Property Value