# AccountProof

Utilities & types for working with Account Proofs as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml)

## Functions

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`AccountProof.fromRpc`](/api/AccountProof/fromRpc) | Converts an [`AccountProof.Rpc`](/api/AccountProof/types#rpc) to an [`AccountProof.AccountProof`](/api/AccountProof/types#accountproof). |
| [`AccountProof.toRpc`](/api/AccountProof/toRpc) | Converts an [`AccountProof.AccountProof`](/api/AccountProof/types#accountproof) to an [`AccountProof.Rpc`](/api/AccountProof/types#rpc). |

## Types

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`AccountProof.AccountProof`](/api/AccountProof/types#accountproofaccountproof) | An Account Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml). |
| [`AccountProof.Rpc`](/api/AccountProof/types#accountproofrpc) | 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`](/api/AccountProof/types#accountproofstorageproof) | A Storage Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml). |
| [`AccountProof.StorageProofRpc`](/api/AccountProof/types#accountproofstorageproofrpc) | An RPC Storage Proof as defined in the [Execution API specification](https://github.com/ethereum/execution-apis/blob/main/src/schemas/state.yaml). |
