StorageKey
StorageKey =
object
Defined in: packages/abi/src/arc56-contract.ts:263
Describes a single key in app storage
Properties
Section titled “Properties”
optionaldesc:string
Defined in: packages/abi/src/arc56-contract.ts:265
Description of what this storage key holds
key:
string
Defined in: packages/abi/src/arc56-contract.ts:272
The bytes of the key encoded as base64
keyType
Section titled “keyType”keyType:
ABITypeName|AVMType|StructName
Defined in: packages/abi/src/arc56-contract.ts:267
The type of the key
valueType
Section titled “valueType”valueType:
ABITypeName|AVMType|StructName
Defined in: packages/abi/src/arc56-contract.ts:270
The type of the value