StorageMap
@algorandfoundation/algokit-utils / types/app-arc56 / StorageMap
types/app-arc56.StorageMap
Describes a mapping of key-value pairs in storage
Table of contents
Section titled “Table of contents”Properties
Section titled “Properties”Properties
Section titled “Properties”• Optional desc: string
Description of what the key-value pairs in this mapping hold
Defined in
Section titled “Defined in”keyType
Section titled “keyType”• keyType: string
The type of the keys in the map
Defined in
Section titled “Defined in”prefix
Section titled “prefix”• Optional prefix: string
The base64-encoded prefix of the map keys
Defined in
Section titled “Defined in”valueType
Section titled “valueType”• valueType: string
The type of the values in the map