algokit-subscriber-ts

@algorandfoundation/algokit-subscriber / types/arc-28 / Arc28Event

Interface: Arc28Event

types/arc-28.Arc28Event

The definition of metadata for an ARC-28 event per https://github.com/algorandfoundation/ARCs/blob/main/ARCs/arc-0028.md#event.

Table of contents

Properties

Properties

args

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

The arguments of the event, in order

Defined in

src/types/arc-28.ts:14


desc

Optional desc: string

Optional, user-friendly description for the event

Defined in

src/types/arc-28.ts:12


name

name: string

The name of the event

Defined in

src/types/arc-28.ts:10