Skip to content

Event

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

types/app-arc56.Event

ARC-28 event

Table of contents

Properties

Properties

args

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

The arguments of the event, in order

Defined in

src/types/app-arc56.ts:440


desc

Optional desc: string

Optional, user-friendly description for the event

Defined in

src/types/app-arc56.ts:438


name

name: string

The name of the event

Defined in

src/types/app-arc56.ts:436