# z.tempo.AuthorizationTempo.Signed

Signed AA authorization schema.

## Imports

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

z.tempo.AuthorizationTempo.Signed
```

## Definition

```ts
export const Signed = z.object({
  address: z_Address.Address,
  chainId: z_Number.Number,
  nonce: z_Uint.Uint,
  signature: z_SignatureEnvelope.SignatureEnvelope,
})
```

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