Skip to content

ABIStorageKey

ABIStorageKey = object

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

Describes a single key in app storage with parsed ABI types

optional desc: string

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

Description of what this storage key holds


key: string

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

The bytes of the key encoded as base64


keyType: ABIType | AVMType

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

The parsed type of the key (ABI type or AVM type)


valueType: ABIType | AVMType

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

The parsed type of the value (ABI type or AVM type)