Skip to main content
Version: 10.x

Type Alias: STORAGE_KEY

STORAGE_KEY = string

Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/components.d.ts:17

A storage key. Represented as up to 62 hex digits, 3 bits, and 5 leading zeroes.

Pattern

^0x(0|[0-7]{1}[a-fA-F0-9]{0,62}$)