# z.TxEnvelopeLegacy.TxEnvelopeLegacy

Legacy transaction envelope schema.

## Imports

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

z.TxEnvelopeLegacy.TxEnvelopeLegacy
```

## Definition

```ts
export const TxEnvelopeLegacy = z.object(fields(strict.uint, strict.num))
```

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