# z.tempo.ZoneRpcAuthentication.Fields

29-byte fixed Zone RPC authentication field suffix schema.

## Imports

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

z.tempo.ZoneRpcAuthentication.Fields
```

## Definition

```ts
export const Fields = z_Hex.sizedHex(core_ZoneRpcAuthentication.fieldsSize)
```

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