Skip to content

SourceInfo

class algokit_utils.applications.app_spec.arc56.SourceInfo

Source code location information.

pc : list[int]

The list of program counter values

error*message *: str | None_ = None

The optional error message

source : str | None = None

The optional source code

teal : int | None = None

The optional TEAL version

static from_dict(data: dict[str, Any]) → SourceInfo