# z.RpcSchema.Default

JSON-RPC method schemas for the `eth_` and `wallet_` namespaces.

## Imports

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

z.RpcSchema.Default
```

## Definition

```ts
export const Default = { ...eth, ...wallet }
```

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