Skip to content

Event

class algokit_utils.applications.app_spec.arc56.Event

Event information.

args : list[EventArg]

The list of event arguments

name : str

The name of the event

desc : str | None = None

The optional description of the event

static from_dict(data: dict[str, Any]) → Event