Skip to content

ABIStorageMap

ABIStorageMap = object

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

Describes a storage map with parsed ABI types

optional desc: string

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

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


keyType: ABIType | AVMType

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

The parsed type of the keys in the map (ABI type or AVM type)


optional prefix: string

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

The base64-encoded prefix of the map keys


valueType: ABIType | AVMType

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

The parsed type of the values in the map (ABI type or AVM type)