# z.Hex.Hex240

240-byte hex string schema.

## Imports

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

z.Hex.Hex240
```

## Definition

```ts
export const Hex240 = sizedHex(240)
```

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