Class SourceDescription
Inherited Members
Namespace: Algorand.AVM.ClientGenerator.ABI.ARC32
Assembly: Algorand.dll
Syntax
public class SourceDescription
Properties
| Edit this page View SourceApproval
Approval program in Teal in B64
Declaration
[JsonProperty("approval")]
public string Approval { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ApprovalAVM
Approval program in B64
Declaration
[JsonProperty("approval-avm")]
public string ApprovalAVM { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Clear
Clear program in Teal in B64
Declaration
[JsonProperty("clear")]
public string Clear { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ClearAVM
Clear program in B64
Declaration
[JsonProperty("clear-avm")]
public string ClearAVM { get; set; }
Property Value
| Type | Description |
|---|---|
| string |