Skip to content

StructField

class algokit_utils.applications.app_spec.arc56.StructField

Represents a field in a struct type.

name : str

The name of the struct field

type : list[StructField] | str

The type of the struct field, either a string or list of StructFields

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