# z.AccountProof.AccountProof

RPC account proof schema decoded to an account proof.

## Imports

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

z.AccountProof.AccountProof
```

## Definition

```ts
export const AccountProof = z.object(
  accountProofFields(z_Uint.Uint, z_Number.Number, StorageProof),
)
```

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