Class ApplicationCreateTransaction
Inheritance
object
    
    
    
    ApplicationCreateTransaction
  Implements
Inherited Members
      object.Equals(object)
    
    
      object.Equals(object, object)
    
    
      object.GetHashCode()
    
    
      object.GetType()
    
    
      object.MemberwiseClone()
    
    
      object.ReferenceEquals(object, object)
    
    
      object.ToString()
    
  Namespace: Algorand.Algod.Model.Transactions
Assembly: Algorand.dll
Syntax
public class ApplicationCreateTransaction : ApplicationNoopTransaction, IReturnableTransaction
  Properties
| Improve this Doc View SourceApplicationIndex
Declaration
[JsonIgnore]
public ulong? ApplicationIndex { get; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
ApprovalProgram
Declaration
[JsonProperty("apap", Required = Required.Always)]
[Required]
public TEALProgram ApprovalProgram { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TEALProgram | 
ClearStateProgram
Declaration
[JsonProperty("apsu", Required = Required.Always)]
[Required]
public TEALProgram ClearStateProgram { get; set; }
  Property Value
| Type | Description | 
|---|---|
| TEALProgram | 
ExtraProgramPages
Declaration
[JsonProperty("apep", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ulong? ExtraProgramPages { get; set; }
  Property Value
| Type | Description | 
|---|---|
| ulong? | 
GlobalStateSchema
Declaration
[JsonProperty("apgs", Required = Required.Always)]
[Required]
public StateSchema GlobalStateSchema { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StateSchema | 
LocalStateSchema
Declaration
[JsonProperty("apls", Required = Required.Always)]
[Required]
public StateSchema LocalStateSchema { get; set; }
  Property Value
| Type | Description | 
|---|---|
| StateSchema | 
Methods
| Improve this Doc View SourceShouldSerializeGlobalStateSchema()
Declaration
public bool ShouldSerializeGlobalStateSchema()
  Returns
| Type | Description | 
|---|---|
| bool | 
ShouldSerializeLocalStateSchema()
Declaration
public bool ShouldSerializeLocalStateSchema()
  Returns
| Type | Description | 
|---|---|
| bool |