Skip to content

CompilerVersion

class algokit_utils.applications.app_spec.arc56.CompilerVersion

Represents compiler version information.

commit*hash *: str | None_ = None

The git commit hash of the compiler

major : int | None = None

The major version number

minor : int | None = None

The minor version number

patch : int | None = None

The patch version number

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