Skip to content

Arc28EventGroup

@algorandfoundation/algokit-subscriber


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

Specifies a group of ARC-28 event definitions along with instructions for when to attempt to process the events.

optional continueOnError: boolean

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

Whether or not to silently (with warning log) continue if an error is encountered processing the ARC-28 event data; default = false


events: Arc28Event[]

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

The list of ARC-28 event definitions


groupName: string

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

The name to designate for this group of events.


optional processForAppIds: bigint[]

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

Optional list of app IDs that this event should apply to


optional processTransaction: (transaction) => boolean

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

Optional predicate to indicate if these ARC-28 events should be processed for the given transaction

SubscribedTransaction

boolean