> ## Documentation Index
> Fetch the complete documentation index at: https://docs.starknet.io/llms.txt
> Use this file to discover all available pages before exploring further.

# core::starknet::storage_access::StorageAddress

Represents the address of a storage value in a Starknet contract.
The value range of this type is `[0, 2**251)`.

## Signature

```rust theme={null}
pub extern type StorageAddress;
```
