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

A trait for creating a `PendingStoragePath` from a `StoragePath` hash state and a key.

## Signature

```rust theme={null}
pub trait PendingStoragePathTrait
```

## Trait functions

### new

#### Signature

```rust theme={null}
fn new(storage_path: @StoragePath, pending_key: felt252) -> PendingStoragePath
```
