# z.Block.Hash

Block hash schema.

## Imports

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

z.Block.Hash
```

## Definition

```ts
export const Hash = z_Hex.Hex
```

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