# z.AccountProof.StorageProof

RPC storage proof schema decoded to a storage proof.

## Imports

```ts
import { z } from 'ox/zod'

z.AccountProof.StorageProof
```

## Definition

```ts
export const StorageProof = z.object(storageProofFields(z_Uint.Uint))
```

**Source:** [src/zod/AccountProof.ts](https://github.com/wevm/ox/blob/main/src/zod/AccountProof.ts)
