# AccountProof Types

## `AccountProof.AccountProof`

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

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

## `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).

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

## `AccountProof.StorageProof`

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

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

## `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).

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