Skip to content

StorageKey

class algokit_utils.applications.app_spec.arc56.StorageKey

Storage key information.

key : str

The storage key

key*type *: str_

The type of the key

value*type *: str_

The type of the value

desc : str | None = None

The optional description

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