# z.RpcSchema.Wallet

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

## Imports

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

z.RpcSchema.Wallet
```

## Definition

```ts
export const Wallet = wallet
```

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