# z.TxEnvelopeEip2930.TxEnvelopeEip2930

EIP-2930 transaction envelope schema.

## Imports

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

z.TxEnvelopeEip2930.TxEnvelopeEip2930
```

## Definition

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

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