algopy_testing.state.local_map
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”LocalMap | LocalMap abstracts the reading and writing of a set of local state values using a |
|---|
class LocalMap
Section titled “class LocalMap”Bases: Generic[_TKey, _TValue]
LocalMap abstracts the reading and writing of a set of local state values using a common key and content type, associated with a specific account.
Adequate space must be allocated for the application on creation (see algopy.StateTotals).
key_type
Section titled “key_type”value_type
Section titled “value_type”app_id
Section titled “app_id”property key_prefix : algopy.Bytes
Section titled “property key_prefix : algopy.Bytes”Provides access to the raw storage key-prefix.