# z.tempo.AuthorizationTempo.Rpc

RPC AA authorization schema.

## Imports

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

z.tempo.AuthorizationTempo.Rpc
```

## Definition

```ts
export const Rpc = z.object({
  address: z_Address.Address,
  chainId: z_Hex.Hex,
  nonce: z_Hex.Hex,
  signature: z_SignatureEnvelope.Rpc,
})
```

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