EmittedArc28Event
@algorandfoundation/algokit-subscriber
Interface: EmittedArc28Event
Section titled “Interface: EmittedArc28Event”Defined in: src/types/arc-28.ts:39
An emitted ARC-28 event extracted from an app call log.
Extends
Section titled “Extends”Properties
Section titled “Properties”args:
ABIValue[]
Defined in: src/types/arc-28.ts:41
The ordered arguments extracted from the event that was emitted
argsByName
Section titled “argsByName”argsByName:
Record<string,ABIValue>
Defined in: src/types/arc-28.ts:43
The named arguments extracted from the event that was emitted (where the arguments had a name defined)
eventDefinition
Section titled “eventDefinition”eventDefinition:
Arc28Event
Defined in: src/types/arc-28.ts:35
The ARC-28 definition of the event
Inherited from
Section titled “Inherited from”Arc28EventToProcess.eventDefinition
eventName
Section titled “eventName”eventName:
string
Defined in: src/types/arc-28.ts:29
The name of the ARC-28 event that was triggered
Inherited from
Section titled “Inherited from”eventPrefix
Section titled “eventPrefix”eventPrefix:
string
Defined in: src/types/arc-28.ts:33
The 4-byte hex prefix for the event
Inherited from
Section titled “Inherited from”Arc28EventToProcess.eventPrefix
eventSignature
Section titled “eventSignature”eventSignature:
string
Defined in: src/types/arc-28.ts:31
The signature of the event e.g. EventName(type1,type2)
Inherited from
Section titled “Inherited from”Arc28EventToProcess.eventSignature
groupName
Section titled “groupName”groupName:
string
Defined in: src/types/arc-28.ts:27
The name of the ARC-28 event group the event belongs to