Class ApplicationCreateTransaction
Inheritance
ApplicationCreateTransaction
Assembly: Algorand.dll
Syntax
[MessagePackObject(false, AllowPrivate = true)]
public class ApplicationCreateTransaction : ApplicationNoopTransaction, IReturnableTransaction
Properties
|
Edit this page
View Source
ApplicationIndex
Declaration
[JsonIgnore]
[IgnoreMember]
public ulong? ApplicationIndex { get; }
Property Value
|
Edit this page
View Source
ApprovalProgram
Declaration
[JsonProperty("apap", Required = Required.Always)]
[Required]
[Key("apap")]
public TEALProgram ApprovalProgram { get; set; }
Property Value
|
Edit this page
View Source
ClearStateProgram
Declaration
[JsonProperty("apsu", Required = Required.Always)]
[Required]
[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.Always)]
[Key("apgs")]
public StateSchema? GlobalStateSchema { get; set; }
Property Value
|
Edit this page
View Source
LocalStateSchema
Declaration
[JsonProperty("apls", Required = Required.Always)]
[Key("apls")]
public StateSchema? LocalStateSchema { get; set; }
Property Value
Methods
|
Edit this page
View Source
HandleError(StreamingContext, ErrorContext)
Declaration
[OnError]
public void HandleError(StreamingContext context, ErrorContext errorContext)
Parameters
|
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