# z.Withdrawal.Withdrawal

RPC withdrawal schema decoded to a withdrawal.

## Imports

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

z.Withdrawal.Withdrawal
```

## Definition

```ts
export const Withdrawal = z.object(fields(z_Uint.Uint, z_Number.Number))
```

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