# z.RpcSchema.Eth

JSON-RPC method schemas for the `eth_` namespace.

## Imports

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

z.RpcSchema.Eth
```

## Definition

```ts
export const Eth = eth
```

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