Skip to content

Struct

@algorandfoundation/algokit-utils / types/app-spec / Struct

types/app-spec.Struct

A user-defined struct/tuple type

Table of contents

Properties

Properties

elements

elements: StructElement[]

The elements (in order) that make up the struct/tuple

Defined in

src/types/app-spec.ts:222


name

name: string

The name of the type

Defined in

src/types/app-spec.ts:220