# z.TxEnvelopeEip4844.TxEnvelopeEip4844

EIP-4844 transaction envelope schema.

## Imports

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

z.TxEnvelopeEip4844.TxEnvelopeEip4844
```

## Definition

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

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