> **Can't find what you're looking for?** Use `search_docs` on the docs MCP server at `https://v3.viem.sh/api/mcp` to find what you need.

# AccountProof Types

:::info
`AccountProof` is a re-export of ox's [`AccountProof`](https://oxlib.sh/api/AccountProof/types). Refer to the ox documentation for the full reference.
:::

## `AccountProof.AccountProof`

An Account Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml).

## `AccountProof.Rpc`

An RPC Account Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml).

## `AccountProof.StorageProof`

A Storage Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml).

## `AccountProof.StorageProofRpc`

An RPC Storage Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml).
