algokit-subscriber-ts

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

Interface: EmittedArc28Event

types/arc-28.EmittedArc28Event

An emitted ARC-28 event extracted from an app call log.

Hierarchy

Table of contents

Properties

Properties

args

args: ABIValue[]

The ordered arguments extracted from the event that was emitted

Defined in

src/types/arc-28.ts:41


argsByName

argsByName: Record<string, ABIValue>

The named arguments extracted from the event that was emitted (where the arguments had a name defined)

Defined in

src/types/arc-28.ts:43


eventDefinition

eventDefinition: Arc28Event

The ARC-28 definition of the event

Inherited from

Arc28EventToProcess.eventDefinition

Defined in

src/types/arc-28.ts:35


eventName

eventName: string

The name of the ARC-28 event that was triggered

Inherited from

Arc28EventToProcess.eventName

Defined in

src/types/arc-28.ts:29


eventPrefix

eventPrefix: string

The 4-byte hex prefix for the event

Inherited from

Arc28EventToProcess.eventPrefix

Defined in

src/types/arc-28.ts:33


eventSignature

eventSignature: string

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

Inherited from

Arc28EventToProcess.eventSignature

Defined in

src/types/arc-28.ts:31


groupName

groupName: string

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

Inherited from

Arc28EventToProcess.groupName

Defined in

src/types/arc-28.ts:27