Skip to main content
Version: Next

Variable: EStorageResponseFlag

const EStorageResponseFlag: object

Defined in: node_modules/@starknet-io/starknet-types-0103/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.

Type Declaration

INCLUDE_LAST_UPDATE_BLOCK

readonly INCLUDE_LAST_UPDATE_BLOCK: "INCLUDE_LAST_UPDATE_BLOCK"