ProgramSourceInfo
ProgramSourceInfo =
object
Defined in: packages/abi/src/arc56-contract.ts:298
Properties
Section titled “Properties”pcOffsetMethod
Section titled “pcOffsetMethod”pcOffsetMethod:
"none"|"cblocks"
Defined in: packages/abi/src/arc56-contract.ts:305
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
sourceInfo
Section titled “sourceInfo”sourceInfo:
SourceInfo[]
Defined in: packages/abi/src/arc56-contract.ts:300
The source information for the program