> ## 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::StorageBaseAddress

Represents a base storage address that can be combined with offsets.
The value range of this type is `[0, 2**251 - 256)`.

## Signature

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