# UserOperationGas

Utility functions and types for working with [ERC-4337 User Operation Gas](https://eips.ethereum.org/EIPS/eip-4337).

## Functions

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`UserOperationGas.fromRpc`](/ercs/erc4337/UserOperationGas/fromRpc) | Converts an [`UserOperationGas.Rpc`](/ercs/erc4337/UserOperationGas/types#rpc) to an [`UserOperationGas.UserOperationGas`](/ercs/erc4337/UserOperationGas/types#useroperationgas). |
| [`UserOperationGas.toRpc`](/ercs/erc4337/UserOperationGas/toRpc) | Converts a [`UserOperationGas.UserOperationGas`](/ercs/erc4337/UserOperationGas/types#useroperationgas) to a [`UserOperationGas.Rpc`](/ercs/erc4337/UserOperationGas/types#rpc). |

## Types

| Name                | Description                         |
| ------------------- | ----------------------------------- |
| [`UserOperationGas.Rpc`](/ercs/erc4337/UserOperationGas/types#useroperationgasrpc) | RPC User Operation Gas. |
| [`UserOperationGas.RpcV06`](/ercs/erc4337/UserOperationGas/types#useroperationgasrpcv06) | RPC User Operation Gas on EntryPoint 0.6 |
| [`UserOperationGas.RpcV07`](/ercs/erc4337/UserOperationGas/types#useroperationgasrpcv07) | RPC User Operation Gas on EntryPoint 0.7 |
| [`UserOperationGas.RpcV08`](/ercs/erc4337/UserOperationGas/types#useroperationgasrpcv08) | RPC User Operation Gas on EntryPoint 0.8 |
| [`UserOperationGas.RpcV09`](/ercs/erc4337/UserOperationGas/types#useroperationgasrpcv09) | RPC User Operation Gas on EntryPoint 0.9 |
| [`UserOperationGas.UserOperationGas`](/ercs/erc4337/UserOperationGas/types#useroperationgasuseroperationgas) | User Operation Gas type. |
| [`UserOperationGas.V06`](/ercs/erc4337/UserOperationGas/types#useroperationgasv06) | Type for User Operation Gas on EntryPoint 0.6 |
| [`UserOperationGas.V07`](/ercs/erc4337/UserOperationGas/types#useroperationgasv07) | Type for User Operation Gas on EntryPoint 0.7 |
| [`UserOperationGas.V08`](/ercs/erc4337/UserOperationGas/types#useroperationgasv08) | Type for User Operation Gas on EntryPoint 0.8 |
| [`UserOperationGas.V09`](/ercs/erc4337/UserOperationGas/types#useroperationgasv09) | Type for User Operation Gas on EntryPoint 0.9 |
