ABIStorageMap
ABIStorageMap =
object
Defined in: packages/abi/src/arc56-contract.ts:20
Describes a storage map with parsed ABI types
Properties
Section titled “Properties”
optionaldesc:string
Defined in: packages/abi/src/arc56-contract.ts:26
Description of what the key-value pairs in this mapping hold
keyType
Section titled “keyType”Defined in: packages/abi/src/arc56-contract.ts:22
The parsed type of the keys in the map (ABI type or AVM type)
prefix?
Section titled “prefix?”
optionalprefix:string
Defined in: packages/abi/src/arc56-contract.ts:28
The base64-encoded prefix of the map keys
valueType
Section titled “valueType”Defined in: packages/abi/src/arc56-contract.ts:24
The parsed type of the values in the map (ABI type or AVM type)