ProgramSourceInfo
@algorandfoundation/algokit-utils / types/app-arc56 / ProgramSourceInfo
types/app-arc56.ProgramSourceInfo
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”pcOffsetMethod
Section titled “pcOffsetMethod”• pcOffsetMethod: "none" | "cblocks"
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
Defined in
Section titled “Defined in”sourceInfo
Section titled “sourceInfo”• sourceInfo: SourceInfo[]
The source information for the program