# z.Hex.Hex160

160-byte hex string schema.

## Imports

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

z.Hex.Hex160
```

## Definition

```ts
export const Hex160 = sizedHex(160)
```

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