# {py:mod}`algokit_subscriber.types.arc28` ```{py:module} algokit_subscriber.types.arc28 ``` ```{autodoc2-docstring} algokit_subscriber.types.arc28 :allowtitles: ``` ## Module Contents ### Classes ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`Arc28EventArg ` - ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventArg :summary: ``` * - {py:obj}`Arc28Event ` - ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28Event :summary: ``` * - {py:obj}`Arc28EventGroup ` - ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup :summary: ``` * - {py:obj}`Arc28EventToProcess ` - ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess :summary: ``` * - {py:obj}`EmittedArc28Event ` - ```{autodoc2-docstring} algokit_subscriber.types.arc28.EmittedArc28Event :summary: ``` ```` ### API `````{py:class} Arc28EventArg() :canonical: algokit_subscriber.types.arc28.Arc28EventArg Bases: {py:obj}`typing.TypedDict` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventArg ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventArg.__init__ ``` ````{py:attribute} type :canonical: algokit_subscriber.types.arc28.Arc28EventArg.type :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventArg.type ``` ```` ````{py:attribute} name :canonical: algokit_subscriber.types.arc28.Arc28EventArg.name :type: typing_extensions.NotRequired[str] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventArg.name ``` ```` ````{py:attribute} desc :canonical: algokit_subscriber.types.arc28.Arc28EventArg.desc :type: typing_extensions.NotRequired[str] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventArg.desc ``` ```` ````{py:method} __contains__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__contains__ ```` ````{py:method} __delattr__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__delattr__ ```` ````{py:method} __delitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__delitem__ ```` ````{py:method} __dir__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__dir__ ```` ````{py:method} __eq__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__eq__ ```` ````{py:method} __format__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__format__ ```` ````{py:method} __ge__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__ge__ ```` ````{py:method} __getattribute__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__getattribute__ ```` ````{py:method} __getitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__getitem__ ```` ````{py:method} __getstate__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__getstate__ ```` ````{py:method} __gt__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__gt__ ```` ````{py:method} __ior__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__ior__ ```` ````{py:method} __iter__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__iter__ ```` ````{py:method} __le__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__le__ ```` ````{py:method} __len__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__len__ ```` ````{py:method} __lt__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__lt__ ```` ````{py:method} __ne__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__ne__ ```` ````{py:method} __new__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__new__ ```` ````{py:method} __or__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__or__ ```` ````{py:method} __reduce__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__repr__ ```` ````{py:method} __reversed__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__reversed__ ```` ````{py:method} __ror__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__ror__ ```` ````{py:method} __setattr__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__setattr__ ```` ````{py:method} __setitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__setitem__ ```` ````{py:method} __sizeof__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__sizeof__ ```` ````{py:method} __str__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__str__ ```` ````{py:method} __subclasshook__() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.__subclasshook__ ```` ````{py:method} clear() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.clear ```` ````{py:method} copy() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.copy ```` ````{py:method} get() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.get ```` ````{py:method} items() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.items ```` ````{py:method} keys() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.keys ```` ````{py:method} pop() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.pop ```` ````{py:method} popitem() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.popitem ```` ````{py:method} setdefault() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.setdefault ```` ````{py:method} update() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.update ```` ````{py:method} values() :canonical: algokit_subscriber.types.arc28.Arc28EventArg.values ```` ````` `````{py:class} Arc28Event() :canonical: algokit_subscriber.types.arc28.Arc28Event Bases: {py:obj}`typing.TypedDict` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28Event ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28Event.__init__ ``` ````{py:attribute} name :canonical: algokit_subscriber.types.arc28.Arc28Event.name :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28Event.name ``` ```` ````{py:attribute} desc :canonical: algokit_subscriber.types.arc28.Arc28Event.desc :type: typing_extensions.NotRequired[str] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28Event.desc ``` ```` ````{py:attribute} args :canonical: algokit_subscriber.types.arc28.Arc28Event.args :type: list[algokit_subscriber.types.arc28.Arc28EventArg] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28Event.args ``` ```` ````{py:method} __contains__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__contains__ ```` ````{py:method} __delattr__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__delattr__ ```` ````{py:method} __delitem__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__delitem__ ```` ````{py:method} __dir__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__dir__ ```` ````{py:method} __eq__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__eq__ ```` ````{py:method} __format__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__format__ ```` ````{py:method} __ge__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__ge__ ```` ````{py:method} __getattribute__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__getattribute__ ```` ````{py:method} __getitem__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__getitem__ ```` ````{py:method} __getstate__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__getstate__ ```` ````{py:method} __gt__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__gt__ ```` ````{py:method} __ior__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__ior__ ```` ````{py:method} __iter__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__iter__ ```` ````{py:method} __le__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__le__ ```` ````{py:method} __len__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__len__ ```` ````{py:method} __lt__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__lt__ ```` ````{py:method} __ne__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__ne__ ```` ````{py:method} __new__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__new__ ```` ````{py:method} __or__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__or__ ```` ````{py:method} __reduce__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__repr__ ```` ````{py:method} __reversed__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__reversed__ ```` ````{py:method} __ror__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__ror__ ```` ````{py:method} __setattr__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__setattr__ ```` ````{py:method} __setitem__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__setitem__ ```` ````{py:method} __sizeof__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__sizeof__ ```` ````{py:method} __str__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__str__ ```` ````{py:method} __subclasshook__() :canonical: algokit_subscriber.types.arc28.Arc28Event.__subclasshook__ ```` ````{py:method} clear() :canonical: algokit_subscriber.types.arc28.Arc28Event.clear ```` ````{py:method} copy() :canonical: algokit_subscriber.types.arc28.Arc28Event.copy ```` ````{py:method} get() :canonical: algokit_subscriber.types.arc28.Arc28Event.get ```` ````{py:method} items() :canonical: algokit_subscriber.types.arc28.Arc28Event.items ```` ````{py:method} keys() :canonical: algokit_subscriber.types.arc28.Arc28Event.keys ```` ````{py:method} pop() :canonical: algokit_subscriber.types.arc28.Arc28Event.pop ```` ````{py:method} popitem() :canonical: algokit_subscriber.types.arc28.Arc28Event.popitem ```` ````{py:method} setdefault() :canonical: algokit_subscriber.types.arc28.Arc28Event.setdefault ```` ````{py:method} update() :canonical: algokit_subscriber.types.arc28.Arc28Event.update ```` ````{py:method} values() :canonical: algokit_subscriber.types.arc28.Arc28Event.values ```` ````` `````{py:class} Arc28EventGroup() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup Bases: {py:obj}`typing.TypedDict` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup.__init__ ``` ````{py:attribute} group_name :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.group_name :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup.group_name ``` ```` ````{py:attribute} process_for_app_ids :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.process_for_app_ids :type: list[int] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup.process_for_app_ids ``` ```` ````{py:attribute} process_transaction :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.process_transaction :type: typing_extensions.NotRequired[collections.abc.Callable[[algokit_subscriber.types.indexer.TransactionResult], bool]] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup.process_transaction ``` ```` ````{py:attribute} continue_on_error :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.continue_on_error :type: bool :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup.continue_on_error ``` ```` ````{py:attribute} events :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.events :type: list[algokit_subscriber.types.arc28.Arc28Event] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventGroup.events ``` ```` ````{py:method} __contains__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__contains__ ```` ````{py:method} __delattr__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__delattr__ ```` ````{py:method} __delitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__delitem__ ```` ````{py:method} __dir__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__dir__ ```` ````{py:method} __eq__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__eq__ ```` ````{py:method} __format__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__format__ ```` ````{py:method} __ge__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__ge__ ```` ````{py:method} __getattribute__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__getattribute__ ```` ````{py:method} __getitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__getitem__ ```` ````{py:method} __getstate__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__getstate__ ```` ````{py:method} __gt__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__gt__ ```` ````{py:method} __ior__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__ior__ ```` ````{py:method} __iter__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__iter__ ```` ````{py:method} __le__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__le__ ```` ````{py:method} __len__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__len__ ```` ````{py:method} __lt__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__lt__ ```` ````{py:method} __ne__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__ne__ ```` ````{py:method} __new__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__new__ ```` ````{py:method} __or__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__or__ ```` ````{py:method} __reduce__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__repr__ ```` ````{py:method} __reversed__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__reversed__ ```` ````{py:method} __ror__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__ror__ ```` ````{py:method} __setattr__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__setattr__ ```` ````{py:method} __setitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__setitem__ ```` ````{py:method} __sizeof__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__sizeof__ ```` ````{py:method} __str__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__str__ ```` ````{py:method} __subclasshook__() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.__subclasshook__ ```` ````{py:method} clear() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.clear ```` ````{py:method} copy() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.copy ```` ````{py:method} get() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.get ```` ````{py:method} items() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.items ```` ````{py:method} keys() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.keys ```` ````{py:method} pop() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.pop ```` ````{py:method} popitem() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.popitem ```` ````{py:method} setdefault() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.setdefault ```` ````{py:method} update() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.update ```` ````{py:method} values() :canonical: algokit_subscriber.types.arc28.Arc28EventGroup.values ```` ````` `````{py:class} Arc28EventToProcess() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess Bases: {py:obj}`typing.TypedDict` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess.__init__ ``` ````{py:attribute} group_name :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.group_name :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess.group_name ``` ```` ````{py:attribute} event_name :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.event_name :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess.event_name ``` ```` ````{py:attribute} event_signature :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.event_signature :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess.event_signature ``` ```` ````{py:attribute} event_prefix :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.event_prefix :type: str :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess.event_prefix ``` ```` ````{py:attribute} event_definition :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.event_definition :type: algokit_subscriber.types.arc28.Arc28Event :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.Arc28EventToProcess.event_definition ``` ```` ````{py:method} __contains__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__contains__ ```` ````{py:method} __delattr__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__delattr__ ```` ````{py:method} __delitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__delitem__ ```` ````{py:method} __dir__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__dir__ ```` ````{py:method} __eq__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__eq__ ```` ````{py:method} __format__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__format__ ```` ````{py:method} __ge__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__ge__ ```` ````{py:method} __getattribute__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__getattribute__ ```` ````{py:method} __getitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__getitem__ ```` ````{py:method} __getstate__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__getstate__ ```` ````{py:method} __gt__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__gt__ ```` ````{py:method} __ior__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__ior__ ```` ````{py:method} __iter__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__iter__ ```` ````{py:method} __le__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__le__ ```` ````{py:method} __len__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__len__ ```` ````{py:method} __lt__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__lt__ ```` ````{py:method} __ne__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__ne__ ```` ````{py:method} __new__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__new__ ```` ````{py:method} __or__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__or__ ```` ````{py:method} __reduce__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__repr__ ```` ````{py:method} __reversed__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__reversed__ ```` ````{py:method} __ror__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__ror__ ```` ````{py:method} __setattr__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__setattr__ ```` ````{py:method} __setitem__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__setitem__ ```` ````{py:method} __sizeof__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__sizeof__ ```` ````{py:method} __str__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__str__ ```` ````{py:method} __subclasshook__() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.__subclasshook__ ```` ````{py:method} clear() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.clear ```` ````{py:method} copy() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.copy ```` ````{py:method} get() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.get ```` ````{py:method} items() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.items ```` ````{py:method} keys() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.keys ```` ````{py:method} pop() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.pop ```` ````{py:method} popitem() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.popitem ```` ````{py:method} setdefault() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.setdefault ```` ````{py:method} update() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.update ```` ````{py:method} values() :canonical: algokit_subscriber.types.arc28.Arc28EventToProcess.values ```` ````` `````{py:class} EmittedArc28Event() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event Bases: {py:obj}`algokit_subscriber.types.arc28.Arc28EventToProcess` ```{autodoc2-docstring} algokit_subscriber.types.arc28.EmittedArc28Event ``` ```{rubric} Initialization ``` ```{autodoc2-docstring} algokit_subscriber.types.arc28.EmittedArc28Event.__init__ ``` ````{py:attribute} args :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.args :type: list[typing.Any] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.EmittedArc28Event.args ``` ```` ````{py:attribute} args_by_name :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.args_by_name :type: dict[str, typing.Any] :value: > None ```{autodoc2-docstring} algokit_subscriber.types.arc28.EmittedArc28Event.args_by_name ``` ```` ````{py:attribute} group_name :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.group_name :type: str :value: > None ```` ````{py:attribute} event_name :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.event_name :type: str :value: > None ```` ````{py:attribute} event_signature :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.event_signature :type: str :value: > None ```` ````{py:attribute} event_prefix :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.event_prefix :type: str :value: > None ```` ````{py:attribute} event_definition :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.event_definition :type: algokit_subscriber.types.arc28.Arc28Event :value: > None ```` ````{py:method} __contains__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__contains__ ```` ````{py:method} __delattr__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__delattr__ ```` ````{py:method} __delitem__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__delitem__ ```` ````{py:method} __dir__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__dir__ ```` ````{py:method} __eq__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__eq__ ```` ````{py:method} __format__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__format__ ```` ````{py:method} __ge__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__ge__ ```` ````{py:method} __getattribute__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__getattribute__ ```` ````{py:method} __getitem__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__getitem__ ```` ````{py:method} __getstate__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__getstate__ ```` ````{py:method} __gt__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__gt__ ```` ````{py:method} __ior__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__ior__ ```` ````{py:method} __iter__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__iter__ ```` ````{py:method} __le__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__le__ ```` ````{py:method} __len__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__len__ ```` ````{py:method} __lt__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__lt__ ```` ````{py:method} __ne__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__ne__ ```` ````{py:method} __new__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__new__ ```` ````{py:method} __or__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__or__ ```` ````{py:method} __reduce__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__reduce__ ```` ````{py:method} __reduce_ex__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__reduce_ex__ ```` ````{py:method} __repr__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__repr__ ```` ````{py:method} __reversed__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__reversed__ ```` ````{py:method} __ror__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__ror__ ```` ````{py:method} __setattr__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__setattr__ ```` ````{py:method} __setitem__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__setitem__ ```` ````{py:method} __sizeof__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__sizeof__ ```` ````{py:method} __str__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__str__ ```` ````{py:method} __subclasshook__() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.__subclasshook__ ```` ````{py:method} clear() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.clear ```` ````{py:method} copy() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.copy ```` ````{py:method} get() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.get ```` ````{py:method} items() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.items ```` ````{py:method} keys() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.keys ```` ````{py:method} pop() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.pop ```` ````{py:method} popitem() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.popitem ```` ````{py:method} setdefault() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.setdefault ```` ````{py:method} update() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.update ```` ````{py:method} values() :canonical: algokit_subscriber.types.arc28.EmittedArc28Event.values ```` `````