# z.Hex.sizedHex

Returns a byte-sized hex string schema.

## Imports

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

z.Hex.sizedHex
```

## Definition

```ts
export declare function sizedHex(size: number): z.ZodMiniTemplateLiteral<`0x${string}`>;
```

## Parameters

| Name | Type | Description |
| --- | --- | --- |
| `size` | `number` |  |

## Return Type

`z.ZodMiniTemplateLiteral<`0x${string}`>`

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