@algorandfoundation/algokit-subscriber / types/arc-28 / Arc28EventGroup
types/arc-28.Arc28EventGroup
Specifies a group of ARC-28 event definitions along with instructions for when to attempt to process the events.
• Optional continueOnError: boolean
Whether or not to silently (with warning log) continue if an error is encountered processing the ARC-28 event data; default = false
• events: Arc28Event[]
The list of ARC-28 event definitions
• groupName: string
The name to designate for this group of events.
• Optional processForAppIds: bigint[]
Optional list of app IDs that this event should apply to
• Optional processTransaction: (transaction: SubscribedTransaction) => boolean
Optional predicate to indicate if these ARC-28 events should be processed for the given transaction
▸ (transaction): boolean
| Name | Type |
|---|---|
transaction |
SubscribedTransaction |
boolean