Skip to content

StorageMap

StorageMap = object

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

Describes a mapping of key-value pairs in storage

optional desc: string

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

Description of what the key-value pairs in this mapping hold


keyType: ABITypeName | AVMType | StructName

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

The type of the keys in the map


optional prefix: string

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

The base64-encoded prefix of the map keys


valueType: ABITypeName | AVMType | StructName

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

The type of the values in the map