# z.Fee.FeeValuesLegacy

Legacy RPC fee values schema decoded to legacy fee values.

## Imports

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

z.Fee.FeeValuesLegacy
```

## Definition

```ts
export const FeeValuesLegacy = z.object({
  gasPrice: z_Uint.Uint,
})
```

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