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