Skip to content

StorageMap

class algokit_utils.applications.app_spec.arc56.StorageMap

Storage map information.

key*type *: str_

The type of the map keys

value*type *: str_

The type of the map values

desc : str | None = None

The optional description

prefix : str | None = None

The optional key prefix

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