Skip to content

Event

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

types/app-arc56.Event

ARC-28 event

args: { desc?: string ; name?: string ; struct?: string ; type: string }[]

The arguments of the event, in order

src/types/app-arc56.ts:440


Optional desc: string

Optional, user-friendly description for the event

src/types/app-arc56.ts:438


name: string

The name of the event

src/types/app-arc56.ts:436