StructField
StructField =
object
Defined in: packages/abi/src/arc56-contract.ts:255
Information about a single field in a struct
Properties
Section titled “Properties”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