StructField
class algokit_utils.applications.app_spec.arc56.StructField
Section titled “class algokit_utils.applications.app_spec.arc56.StructField”Represents a field in a struct type.
name : str
Section titled “name : str”The name of the struct field
type : list[StructField] | str
Section titled “type : list[StructField] | str”The type of the struct field, either a string or list of StructFields