Skip to content

Boxes

class algokit_utils.applications.app_spec.arc56.Boxes

Box storage requirements.

key : str

The box key

read*bytes *: int_

The number of bytes to read

write*bytes *: int_

The number of bytes to write

app : int | None = None

The optional application ID

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