Skip to content

StructField

@algorandfoundation/algokit-utils / types/app-arc56 / StructField

types/app-arc56.StructField

Information about a single field in a struct

Table of contents

Properties

Properties

name

name: string

The name of the struct field

Defined in

src/types/app-arc56.ts:473


type

type: string | StructField[]

The type of the struct field’s value

Defined in

src/types/app-arc56.ts:475