# z.TxEnvelopeEip2930.Signed

Signed EIP-2930 transaction envelope schema.

## Imports

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

z.TxEnvelopeEip2930.Signed
```

## Definition

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

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