Skip to content

ProgramSourceInfo

@algorandfoundation/algokit-utils / types/app-arc56 / ProgramSourceInfo

types/app-arc56.ProgramSourceInfo

Table of contents

Properties

Properties

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

src/types/app-arc56.ts:521


sourceInfo

sourceInfo: SourceInfo[]

The source information for the program

Defined in

src/types/app-arc56.ts:516