Skip to content

Global

class algokit_utils.applications.app_spec.arc56.Global

Global state schema.

bytes : int

The number of byte slices in global state

ints : int

The number of integers in global state

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