Skip to content

Local

class algokit_utils.applications.app_spec.arc56.Local

Local state schema.

bytes : int

The number of byte slices in local state

ints : int

The number of integers in local state

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