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

Converts a `StorageBaseAddress` into a `StorageAddress`.
This should be used through the high-level `Into` trait.

## Signature

```rust theme={null}
pub extern fn storage_address_from_base(base: StorageBaseAddress) -> StorageAddress nopanic;
```
