# z.Authorization.Signed

Signed EIP-7702 authorization schema.

## Imports

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

z.Authorization.Signed
```

## Definition

```ts
export const Signed = z.object(
  signedFields(z_Number.Number, z_Uint.Uint, yParityUint()),
)
```

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