Class ApplicationUpdateTransaction
Inheritance
ApplicationUpdateTransaction
Assembly: Algorand.dll
Syntax
[MessagePackObject(false, AllowPrivate = true)]
public class ApplicationUpdateTransaction : ApplicationCallTransaction, IReturnableTransaction
Properties
|
Edit this page
View Source
ApplicationId
Declaration
[JsonProperty("apid", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("apid")]
public ulong? ApplicationId { get; set; }
Property Value
|
Edit this page
View Source
ApprovalProgram
Declaration
[JsonProperty("apap", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("apap")]
public TEALProgram ApprovalProgram { get; set; }
Property Value
|
Edit this page
View Source
ClearStateProgram
Declaration
[JsonProperty("apsu", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("apsu")]
public TEALProgram ClearStateProgram { get; set; }
Property Value
|
Edit this page
View Source
ExtraProgramPages
Declaration
[JsonProperty("apep", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("apep")]
public ulong? ExtraProgramPages { get; set; }
Property Value
|
Edit this page
View Source
GlobalStateSchema
Declaration
[JsonProperty("apgs", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("apgs")]
public StateSchema GlobalStateSchema { get; set; }
Property Value
|
Edit this page
View Source
LocalStateSchema
Declaration
[JsonProperty("apls", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
[Key("apls")]
public StateSchema LocalStateSchema { get; set; }
Property Value
|
Edit this page
View Source
OnCompletion
Declaration
[JsonProperty(PropertyName = "apan")]
[Key("apan")]
public OnCompletion OnCompletion { get; }
Property Value
Methods
|
Edit this page
View Source
ShouldSerializeExtraProgramPages()
Declaration
public bool ShouldSerializeExtraProgramPages()
Returns
|
Edit this page
View Source
ShouldSerializeGlobalStateSchema()
Declaration
public bool ShouldSerializeGlobalStateSchema()
Returns
|
Edit this page
View Source
ShouldSerializeLocalStateSchema()
Declaration
public bool ShouldSerializeLocalStateSchema()
Returns
Implements
Extension Methods