Skip to content

BareActions

class algokit_utils.applications.app_spec.arc56.BareActions

Represents bare call and create actions for an application.

call : list[CallEnum]

The list of allowed call actions

create : list[CreateEnum]

The list of allowed create actions

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