Skip to content

StorageKey

StorageKey = object

Defined in: packages/abi/src/arc56-contract.ts:263

Describes a single key in app storage

optional desc: string

Defined in: packages/abi/src/arc56-contract.ts:265

Description of what this storage key holds


key: string

Defined in: packages/abi/src/arc56-contract.ts:272

The bytes of the key encoded as base64


keyType: ABITypeName | AVMType | StructName

Defined in: packages/abi/src/arc56-contract.ts:267

The type of the key


valueType: ABITypeName | AVMType | StructName

Defined in: packages/abi/src/arc56-contract.ts:270

The type of the value