Skip to content

ABIStructField

ABIStructField = object

Defined in: packages/abi/src/abi-type.ts:21

Information about a single field in a struct

name: string

Defined in: packages/abi/src/abi-type.ts:23

The name of the struct field


type: ABIType | ABIStructField[]

Defined in: packages/abi/src/abi-type.ts:25

The type of the struct field’s value