# z.TxEnvelopeEip7702.Signed

Signed EIP-7702 transaction envelope schema.

## Imports

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

z.TxEnvelopeEip7702.Signed
```

## Definition

```ts
export const Signed = z.object(
  signedFields(strict.uint, strict.num, z_Authorization.ListSigned),
)
```

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