Skip to content

EmittedArc28Event

Defined in: src/types/arc-28.ts:38

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

args: ABIValue[]

Defined in: src/types/arc-28.ts:40

The ordered arguments extracted from the event that was emitted


argsByName: Record<string, ABIValue>

Defined in: src/types/arc-28.ts:42

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


eventDefinition: Arc28Event

Defined in: src/types/arc-28.ts:34

The ARC-28 definition of the event

Arc28EventToProcess.eventDefinition


eventName: string

Defined in: src/types/arc-28.ts:28

The name of the ARC-28 event that was triggered

Arc28EventToProcess.eventName


eventPrefix: string

Defined in: src/types/arc-28.ts:32

The 4-byte hex prefix for the event

Arc28EventToProcess.eventPrefix


eventSignature: string

Defined in: src/types/arc-28.ts:30

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

Arc28EventToProcess.eventSignature


groupName: string

Defined in: src/types/arc-28.ts:26

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

Arc28EventToProcess.groupName