Skip to content

StorageKey

@algorandfoundation/algokit-utils / types/app-arc56 / StorageKey

types/app-arc56.StorageKey

Describes a single key in app storage

Table of contents

Properties

Properties

desc

Optional desc: string

Description of what this storage key holds

Defined in

src/types/app-arc56.ts:481


key

key: string

The bytes of the key encoded as base64

Defined in

src/types/app-arc56.ts:488


keyType

keyType: string

The type of the key

Defined in

src/types/app-arc56.ts:483


valueType

valueType: string

The type of the value

Defined in

src/types/app-arc56.ts:486