@algorandfoundation/algokit-subscriber / types/arc-28 / EmittedArc28Event
types/arc-28.EmittedArc28Event
An emitted ARC-28 event extracted from an app call log.
↳ EmittedArc28Event
• args: ABIValue[]
The ordered arguments extracted from the event that was emitted
• argsByName: Record<string, ABIValue>
The named arguments extracted from the event that was emitted (where the arguments had a name defined)
• eventDefinition: Arc28Event
The ARC-28 definition of the event
Arc28EventToProcess.eventDefinition
• eventName: string
The name of the ARC-28 event that was triggered
• eventPrefix: string
The 4-byte hex prefix for the event
Arc28EventToProcess.eventPrefix
• eventSignature: string
The signature of the event e.g. EventName(type1,type2)
Arc28EventToProcess.eventSignature
• groupName: string
The name of the ARC-28 event group the event belongs to