Skip to content

TemplateVariables

class algokit_utils.applications.app_spec.arc56.TemplateVariables

Template variable information.

type : str

The type of the template variable

value : str | None = None

The optional value of the template variable

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