algopy_testing.state.global_map
Module Contents
Section titled “Module Contents”Classes
Section titled “Classes”GlobalMap | GlobalMap abstracts the reading and writing of a set of global state values using |
|---|
class GlobalMap
Section titled “class GlobalMap”Bases: Generic[_TKey, _TValue]
GlobalMap abstracts the reading and writing of a set of global state values using a common key and content type.
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.