ABIStorageKey
ABIStorageKey =
object
Defined in: packages/abi/src/arc56-contract.ts:8
Describes a single key in app storage with parsed ABI types
Properties
Section titled “Properties”
optionaldesc:string
Defined in: packages/abi/src/arc56-contract.ts:16
Description of what this storage key holds
key:
string
Defined in: packages/abi/src/arc56-contract.ts:10
The bytes of the key encoded as base64
keyType
Section titled “keyType”Defined in: packages/abi/src/arc56-contract.ts:12
The parsed type of the key (ABI type or AVM type)
valueType
Section titled “valueType”Defined in: packages/abi/src/arc56-contract.ts:14
The parsed type of the value (ABI type or AVM type)