# z.TxEnvelopeEip1559.Signed

Signed EIP-1559 transaction envelope schema.

## Imports

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

z.TxEnvelopeEip1559.Signed
```

## Definition

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

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