# z.TxEnvelopeEip7702.TxEnvelopeEip7702

EIP-7702 transaction envelope schema.

## Imports

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

z.TxEnvelopeEip7702.TxEnvelopeEip7702
```

## Definition

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

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