Skip to content

StructField

StructField = object

Defined in: packages/abi/src/arc56-contract.ts:255

Information about a single field in a struct

name: string

Defined in: packages/abi/src/arc56-contract.ts:257

The name of the struct field


type: ABITypeName | StructName | StructField[]

Defined in: packages/abi/src/arc56-contract.ts:259

The type of the struct field’s value