Class ProgramSourceInfo
The source information for the program.
Inherited Members
Namespace: AVM.ClientGenerator.ABI.ARC56
Assembly: Algorand.dll
Syntax
public class ProgramSourceInfo
Properties
| Edit this page View SourcePcOffsetMethod
How the program counter offset is calculated.
- none: The pc values in sourceInfo are not offset.
- cblocks: The pc values in sourceInfo are offset by the PC of the first op following the last cblock at the top of the program.
Declaration
[JsonProperty("pcOffsetMethod")]
public string PcOffsetMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SourceInfo
The source information for the program.
Declaration
[JsonProperty("sourceInfo")]
public List<SourceInfo> SourceInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| List<SourceInfo> |