Skip to content

ScratchVariables

class algokit_utils.applications.app_spec.arc56.ScratchVariables

Information about scratch space variables.

slot : int

The scratch slot number

type : str

The type of the scratch variable

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