Skip to content

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

src/types/app-arc56.ts:494


keyType

keyType: string

The type of the keys in the map

Defined in

src/types/app-arc56.ts:496


prefix

Optional prefix: string

The base64-encoded prefix of the map keys

Defined in

src/types/app-arc56.ts:500


valueType

valueType: string

The type of the values in the map

Defined in

src/types/app-arc56.ts:498