Skip to content

EventArg

class algokit_utils.applications.app_spec.arc56.EventArg

Event argument information.

type : str

The type of the event argument

desc : str | None = None

The optional description of the argument

name : str | None = None

The optional name of the argument

struct : str | None = None

The optional struct type name

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