StorageMap
StorageMap =
object
Defined in: packages/abi/src/arc56-contract.ts:276
Describes a mapping of key-value pairs in storage
Properties
Section titled “Properties”
optionaldesc:string
Defined in: packages/abi/src/arc56-contract.ts:278
Description of what the key-value pairs in this mapping hold
keyType
Section titled “keyType”keyType:
ABITypeName|AVMType|StructName
Defined in: packages/abi/src/arc56-contract.ts:280
The type of the keys in the map
prefix?
Section titled “prefix?”
optionalprefix:string
Defined in: packages/abi/src/arc56-contract.ts:284
The base64-encoded prefix of the map keys
valueType
Section titled “valueType”valueType:
ABITypeName|AVMType|StructName
Defined in: packages/abi/src/arc56-contract.ts:282
The type of the values in the map