# z.Bytes

## Schemas

| Name | Description |
| --- | --- |
| [`Bytes`](/zod/schemas/Bytes/Bytes) | Byte array schema encoded as hex. |
| [`Bytes32`](/zod/schemas/Bytes/Bytes32) | 32-byte byte array schema encoded as hex. |

## Functions

| Name | Description |
| --- | --- |
| [`sizedBytes`](/zod/schemas/Bytes/sizedBytes) | Returns a byte-sized byte array schema encoded as hex. |
