algokit-subscriber-ts

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

Interface: Arc28EventToProcess

types/arc-28.Arc28EventToProcess

An ARC-28 event to be processed

Hierarchy

Table of contents

Properties

Properties

eventDefinition

eventDefinition: Arc28Event

The ARC-28 definition of the event

Defined in

src/types/arc-28.ts:35


eventName

eventName: string

The name of the ARC-28 event that was triggered

Defined in

src/types/arc-28.ts:29


eventPrefix

eventPrefix: string

The 4-byte hex prefix for the event

Defined in

src/types/arc-28.ts:33


eventSignature

eventSignature: string

The signature of the event e.g. EventName(type1,type2)

Defined in

src/types/arc-28.ts:31


groupName

groupName: string

The name of the ARC-28 event group the event belongs to

Defined in

src/types/arc-28.ts:27