# z.Fee.FeeValues

RPC fee values schema decoded to fee values.

## Imports

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

z.Fee.FeeValues
```

## Definition

```ts
export const FeeValues = z.union([
  FeeValuesEip4844,
  FeeValuesEip1559,
  FeeValuesLegacy,
])
```

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