Type Alias: EStorageResponseFlag
EStorageResponseFlag = typeof
EStorageResponseFlag[keyof typeofEStorageResponseFlag]
Defined in: node_modules/@starknet-io/starknet-types-0104/dist/types/api/constants.d.ts:115
Flags that control what additional fields are included in storage responses. INCLUDE_LAST_UPDATE_BLOCK: changes the return type to include the block number of the most recent block that modified this storage slot.